Home Server

Problem make some report as .Pdf with the Server

edited February 2005 in 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

Comments

This discussion has been closed.