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!
Is this possible?
And what if I have 2 or 3 separate .fr3 reports that are part of this report?
Thank you!
Comments
((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