Ver Mensaje Individual
  #3  
Antiguo 13-12-2007
Oriol Carreras Oriol Carreras is offline
Registrado
 
Registrado: mar 2007
Posts: 3
Reputación: 0
Oriol Carreras Va por buen camino
Thumbs up

Yo utilizo este codigo fuente y me ha funcionado:

necesitamos un TRvSystem, TRvProject y un TRvRenderPDF
Vinculamos el RvProject.Engine -> RvSystem


Código:
RvSystem.DefaultDest := rdFile;
RvSystem.DoNativeOutput := false;
RvSystem.RenderObject := RvRenderPdf;
RvSystem.OutputFileName := 'c:\ruta\mifichero.pfd';
RvSystem.SystemSetups := RvSystem.SystemSetups - [ssAllowSetup];
RvProject.Execute
Saludos.

uri.
Responder Con Cita