TBasedxReportLink.PreviewExists Method
Identifies if the Print Preview dialog is displayed.
Declaration
function PreviewExists: Boolean;
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the report preview is displayed; otherwise, False.
To invoke the Print Preview dialog, call the Preview procedure.
See Also