TdxPDFViewerReportLink.Preview(Boolean) Method
Invokes the “Print Preview” dialog.
Declaration
procedure Preview(Modal: Boolean = True); override;
Parameters
Name | Type |
---|---|
Modal | Boolean |
Remarks
Call this procedure to preview the printed PDF document. Pass False as the Modal parameter to invoke the “Print Preview” dialog as a non-modal window.
See Also