Member Table: Printing
- 2 minutes to read
Member | Description |
---|---|
Prints the grid control’s GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) without showing a print preview or print dialog. | |
Displays the standard Print dialog to print the data displayed in the Grid Control’s GridControl.DefaultView. | |
Opens the Print Preview window with a Bars UI. | |
Displays the Print Preview window with a Ribbon UI. | |
Provide access to print/export options. | |
Provides access to properties that specify the appearances of grid elements when they are printed/exported. | |
Indicates whether the grid control can be printed/exported. | |
Allows you to customize general print/export settings when the View is about to be printed/exported. | |
Fires before printing/exporting each individual row, and allows you to add custom information to the printout/export output, and prevent a row from being printed/exported. | |
Fires after an individual row has been printed/exported, and allows you to add custom information to the printout/export output. | |
Returns the export value corresponding to the specified group row. The value will be exported when exporting the grid View’s data as values, not as display text in MS Excel format. | |
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. | |
Creates a print/export document from the View’s data. | |
Clears a previously generated document for printing/exporting. | |
Gets or sets whether a column is included in the print/export output. |