LimeReport Forum
General Category | Основное => Requests | Пожелания => Topic started by: teletobi on August 08, 2019, 05:13:10 pm
-
Hi,
I want to create reports with dynamic width and decide just before rendering and export if I wanted A4 or letter format.
Is this already possible and I just couldn't manage to find it?
Thanks already!
-
Hi.
For example, you can set the page size to the QPrinter and print report through it.
One thing you should to do in this case set property Page.printBehavior to "Scale".
Or you can change page size in report init script via a report's variable.