ViewPrintOptionsBase Properties
Base print and export options for a view.| Name | Description |
|---|---|
| AllowCancelPrintExport | Gets or sets whether the print/export progress window contains a Cancel button, which allows an end-user to cancel the current print/export operation. |
| AutoResetPrintDocument |
Gets or sets whether the grid automatically clears a generated print/export document and then generates this document each time the grid is printed/exported. In server mode, this option is not in effect. |
| RtfPageFooter | Gets or sets a page footer, in rich text format. |
| RtfPageHeader | Gets or sets a page header, in rich text format. |
| RtfReportFooter | Gets or sets a document/report footer, in rich text format. |
| RtfReportHeader | Gets or sets a document/report header, in rich text format. |
| ShowPrintExportProgress | Gets or sets whether a separate window is used to indicate print/export progress. |
See Also