Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Report Page Width at Runtime
rbuser
April 2010
edited April 2010
in
General
How do you change the Page Width at Runtime?
TIA
Comments
nicocizik
April 2010
edited April 2010
Hi Mojoala,
You can use the various properties in the TppReport.PrinterSetup to adjust
the page dimensions at runtime.
Report.PrinterSetup.PaperWidth := Width;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
rbuser
April 2010
edited April 2010
Hey Nico, I am using utMillimeters, will the passed in variable width work?
rbuser
April 2010
edited April 2010
Is there another way? Setting the Report itself instead of the Printer?
nicocizik
April 2010
edited April 2010
Hi Mojoala,
This is how the page width is defined in ReportBuilder. Even if you are not
printing to the printer, you need to define the page dimensions this way
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
nicocizik
April 2010
edited April 2010
Yes, the PrinterSetup uses the report units.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
You can use the various properties in the TppReport.PrinterSetup to adjust
the page dimensions at runtime.
Report.PrinterSetup.PaperWidth := Width;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This is how the page width is defined in ReportBuilder. Even if you are not
printing to the printer, you need to define the page dimensions this way
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com