printPreviewAllowSelect

Type: Boolean

The printPreviewAllowSelect property of the Printer class specifies whether the Print Selected button is displayed during print preview. This property can be modified at any time.

The default value is true.

By default, the Print Report and Print Selected buttons are displayed during print preview, allowing the user to print the whole report and specific pages. When the printPreviewAllowPrint property is set to false, neither button is displayed. When the printPreviewAllowPrint property is set to true and the printPreviewAllowSelect property is set to false, only the Print Report button is displayed. See also "Previewing Print Output", later in this section.