TBasedxReportLink.RealPrinterPage Property
In This Article
Provides access to settings of a printout page layout.
#Declaration
Delphi
property RealPrinterPage: TdxPrinterPage read; write;
#Property Value
Type |
---|
Tdx |
#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