Printing just one page

edited 7:50PM in FastReport VCL 5
I want to just print the first page of a report. I have C++ Builder XE10 Seattle.

I have tried these things, nothing works

frxReport->PrintOptions->PageNumbers = "1";
frxReport->PrintOptions->PageNumbers = "1,1";

Thanks for the help!

Comments

  • igyigy
    edited 7:50PM
    Hello,


    I have tried.

    frxReport1.PrintOptions.PageNumbers := '1';
    frxReport1.Print;

    It Works in Delphi 10.1 Berlin and FastReport Embarcadero Edition.

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.