git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@101 f33bb606-9f5c-448d-9c99-757f00063c96
18 lines
392 B
ObjectPascal
18 lines
392 B
ObjectPascal
unit uIDataModulePedidosClienteReport;
|
|
|
|
interface
|
|
|
|
uses
|
|
uROTypes;
|
|
|
|
type
|
|
IDataModulePedidosClienteReport = interface
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
|
function GetReport(const AID: String; const ShowLogotipo: Boolean = False): Binary;
|
|
function GetRptPDF(const AID: Integer; const ShowLogotipo: Boolean = False): Binary;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|