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

Applies To

Reports

Property Value

Yes if a status window is shown; otherwise, No. The default is Yes.

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 No, the user will not be able to stop the report prematurely.

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

See Also