Converting .fp3 to Exported format

edited 10:10AM in FastReport 4.0
Hi All,

Is it possible to convert fp3 files to exported format available
in FR ? and just after doing :
Report.PreviewPages.SaveToFile(Path+FileName.fp3) ;
Convert .fp3.............................................

Thanks



Comments

  • gpigpi
    edited 10:10AM
    Try to export preview pages:
    Report.PreviewPages.Export
  • edited 10:10AM
    Thanks for the reply gpi,

    I tried it but doesn't works :

    frxReport1.PreviewPages.Export(frxPDFExport1);

    The exportation is done the number of pages in pdf files
    is right but get always blank pages in pdf file

Leave a Comment