Adjust page length

I have normal USA paper size 8.5 x 11. But I want to print the report on legal size paper 8.5 x 14.

Is this possible?

And what if I have 2 or 3 separate .fr3 reports that are part of this report?

Thank you!

Comments

  • gpigpi
    edited 4:46PM
    Try to print report with pmScale print mode
  • edited 4:46PM
    Does that just take the same data and resize it to fit the page? The reason people are using the larger paper is so more data will fit on the page.
  • edited 4:46PM
    I got it to work, here is the code I used

    ((TfrxReportPage*)Report3->FindObject("Page1"))->PaperHeight = 355.6; // For Legal size paper 8.5 x 14 inch


    ((TfrxReportPage*)Report3->FindObject("Page1"))->PaperHeight = 279.4; // For Letter 8.5 x 11 inch

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.