TBasedxReportLink.RealPrinterPage Property
Provides access to settings of a printout page layout.
Declaration
property RealPrinterPage: TdxPrinterPage read; write;
Property Value
| Type |
|---|
| TdxPrinterPage |
Remarks
Use this property to customize report page dimensions, margins, footers, headers, etc. Refer to the TdxPrinterPage class description for detailed information on available options.
See Also