TCustomdxComponentPrinter.PreviewOptions Property
In This Article
Provides access to the look & feel settings of the Print Preview dialog.
#Declaration
Delphi
property PreviewOptions: TdxPreviewOptions read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The Print Preview dialog’s UI includes a toolbar with different buttons and controls and a report preview provided by the TdxPSPreviewWindow component. Use the PreviewOptions property set to customize the look and feel of this dialog.
See Also