How can I print my report ?

I created the report with FastReport

When I code my program such as

frxReport1.Print;

But nothing happen.

How can I print my report ?
What is the command or coding for printing ?

Comments

  • edited 8:28AM
    If you take the time to read the documentation you will find the code to print a report.

    Terry
  • edited 8:28AM
    frxReport1.LoadFromFile(...)
    frxReport1.PrepareReport;
    frxReport1.Print;
  • edited 8:28AM
    Thank you

    I can print it with that coding.

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.