WindowShowPrintSetupBtn
WindowShowPrintSetupBtn indicates whether or not a Print Setup button is available in the preview window.
Syntax
[form.]Report.WindowShowPrintSetupBtn[= {True|False}]
For example:
CrystalReport1.WindowShowPrintSetupBtn = False
«No Print Setup button is available in the preview window.»
Remarks
- This property is set to False by default.
- The Print Setup button displays the Print Setup dialog box, allowing users to make changes to printer settings before printing a report that appears in the preview window.
- If the Print Setup button is disable, and the Print button is enabled (see WindowShowPrintBtn), when a user clicks the Print button, the report will be sent to the printer selected when the report was created. If no printer was selected, or if the printer is unavailable, the report will be sent to the default printer for the current machine.
Data Type
Boolean
Availability
Design Time; Runtime
Related Report Engine Functions
PESetWindowOptions