TBasedxReportLink.PreviewExists Method
In This Article
Identifies if the Print Preview dialog is displayed.
#Declaration
Delphi
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