Ver Mensaje Individual
  #2  
Antiguo 20-10-2004
Sinaloense Sinaloense is offline
Miembro
 
Registrado: oct 2003
Posts: 139
Reputación: 23
Sinaloense Va por buen camino
procedure TForm1.Button1Click(Sender: TObject);
begin
ReportSystem1.DefaultDest := rdFile;
ReportSystem1.DoNativeOutput := false;
ReportSystem1.RenderObject := RPRenderPDF1;
ReportSystem1.OutputFileName := 'test1.pdf';
ReportSystem1.SystemSetups := ReportSystem1.SystemSetups - [ssAllowSetup];
ReportSystem1.Execute;
end;
Responder Con Cita