How I can modify the properties of the pages?
Hello.
Visual BAsic Code
I need to generate a report with a size of leaf different from A4.
Putting I the Width and Height of the page.
Set page = report.CreateReportObjectEx(report, "TfrxPage", "ReportPage")
I have watched the properties of the TfrxPage and I only can change the margins of the page.
I have to generate several objects, but they give error me.
TfrxPrintOptions
TIfrxPreviewOptions
Thanks
Comments
You can find it in new built(i changed VB6_Dynamic_report_Demo example to demonstrate how this work).