Specify Print Settings
- 2 minutes to read
This document describes report printing options.
Call the ReportPrintTool.ShowPageSetup method to invoke the Page Setup dialog.
The following table lists the XtraReport class’s properties are related to printing:
Tip
You can specify the corresponding Printer
Property | Description |
---|---|
Xtra |
Specifies whether the page orientation is landscape or portrait. |
Xtra |
Specifies the report page margins (measured in report units). |
Xtra |
Specifies the report page height (measured in report units). This can only be set if the Paper |
Xtra |
Specifies the report page width (measured in report units). This can only be set if the Paper |
Xtra |
Specifies the type of paper for the report. If set to Custom, the printer paper is selected according to the Paper |
Xtra |
Specifies the name of the custom paper the selected printer uses. This can only be set if the Paper |
Xtra |
Specifies the name of the printer to be used to print the report. |
Xtra |
Specifies whether an error message is shown when the page margins are set outside the printable area. |