With the 14.2 release, it has become possible to optimize a report for printing on roll paper by setting a single RollPaper property.
For versions released prior to v14.2:
This example demonstrates how to calculate the resulting report height and change its page size to place the report content into a single page. To accomplish this, create a document using the XtraReport.CreateDocument method, change the document page settings so the document contains a single page, and then adjust the page height by calculating the total height. The first adjustment is required to remove redundant Page headers and footers to calculate the resulting height more precisely.
↧
How to create a single-page report to print a document on roll paper
↧