ShowPrintStatus Property

Version: Available or changed with runtime version 1.0.

Sets whether a window that shows the printing status of a report when it is run is displayed.

Applies to

  • Report

Property Value

True if a status window is shown; otherwise, false. The default is true.

Syntax

ShowPrintStatus = false;

Remarks

Apart from showing the progress of the report, the window also contains a Cancel button that will cause the processing and printing of the report to terminate, when clicked. If you set ShowPrintStatus to false, the user will not be able to stop the report prematurely.

If the ProcessingOnly Property is true, there will be no status dialog box, even if ShowPrintStatus is true. If you need a status dialog box, you must create one yourself.

See Also

Properties
ProcessingOnly Property