Export Report Question

edited 12:36AM in FastReport 4.0
Is this possible?

I want to export a report to a PDF file but without any popup dialogs and without any report preview showing. So the user can click a button in my main application to generate it without any other windows showing.

Thanks

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 12:36AM
    yes
    load report
    set any report component props to hide dialogs.
    if any internal dialogs use findobject method to find and disable.
    set export component props hiding dialogs etc.
    call preparereport then call

    frxreport1.Export(frxPdfExport1);
  • edited 12:36AM
    Thanks gordk, I had tried the export but it was the PrepareReport I was missing >
    gordk wrote: »
    yes
    load report
    set any report component props to hide dialogs.
    if any internal dialogs use findobject method to find and disable.
    set export component props hiding dialogs etc.
    call preparereport then call

    frxreport1.Export(frxPdfExport1);

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.