ActiveReports for .NET 3 Online Help Request technical support
Printing Walkthroughs
See Also
User Guide > Samples and Walkthroughs > Walkthroughs > Standard Edition Walkthroughs > Basic > Printing Walkthroughs

Glossary Item Box

With ActiveReports, printer settings can be modified at design time as well as at run time. The following walkthroughs will describe how to make such modifications in your report.

Printer values are set after the ReportStart event is raised.  The values that will be applied to the Printer object are in the PageSettings object, so to modify the values in the PageSettings object before they are applied to the Printer object, do so in the ReportStart event.

To use custom paper sizes, you must set the PaperKind property to Custom and set the PaperName property to a unique string. 

Also note that calling Document.Print will not run the report. The report must be run before attempting to print the document.

 

Duplexing
Describes how to set up duplexing when printing your report.
Multiple Copies
Describes how to set multiple copies for printing your report.
Orientation
Describes how to change the paper orientation for printing your report.

See Also

©2009. All Rights Reserved.