I have a report with unlimited heigth (to print on a portable printer, continuous sheet, model Brother RJ-4030).
In preview I correctly see the report with unlimited height, but when I export to pdf this one is produced with many sheets in A4 format. Is it possibile to produce a pdf with a single sheet when the report is in unlimited height?
Thank you.
Unlimited heigth in report but A4 sheet in pdf
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Re: Unlimited heigth in report but A4 sheet in pdf
Hello,
Please try to use the following option:
Thank you.
Please try to use the following option:
Code: Select all
StiOptions.Export.Pdf.DivideSegmentPages = false;