Problem make some report as .Pdf with the Server
Using Report Server 9.01 Demo, I have tried this:
uses
ppPdfDevice;
with rsClientReport1 do
begin
VolumeName:='Report Explorer DataBase';
ReportName:='Pruebas\Tareas';
AllowPrintToFile:=True;
ShowPrintDialog:=False;
DeviceType:='PDF';
TextFileName:='C:\Reporte.pdf';
PdfSettings.OpenPDFFile:=True;
Print;
end;
Then, I get some 'Access Violation', the .. is something wrong here ? -
maybe the Demo version -. If I make DeviceType:='Screen' or just commenting
'uses ppPdfDevice', works fine.
Thanks !
Roberto
uses
ppPdfDevice;
with rsClientReport1 do
begin
VolumeName:='Report Explorer DataBase';
ReportName:='Pruebas\Tareas';
AllowPrintToFile:=True;
ShowPrintDialog:=False;
DeviceType:='PDF';
TextFileName:='C:\Reporte.pdf';
PdfSettings.OpenPDFFile:=True;
Print;
end;
Then, I get some 'Access Violation', the .. is something wrong here ? -
maybe the Demo version -. If I make DeviceType:='Screen' or just commenting
'uses ppPdfDevice', works fine.
Thanks !
Roberto
This discussion has been closed.
Comments
support@digital-metaphors.com requesting it and we'll send it to you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com