DataAwareExportOptionsBase Members
In This Article
#Fields
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether data groups are exported from the source grid to the output document. |
Allow |
Gets or sets whether lookup values of picker columns are exported. |
Allow |
Gets or sets whether the sorting and filtering functionality is enabled for columns in the exported document. |
Export |
Gets or sets a value indicating whether hyperlinks should be exported to XLS or XLSX.
Inherited from Xls |
Group |
Gets or sets whether data groups are collapsed or expanded in the exported document. |
Raw |
Specifies whether a grid’s actual data should be exported to XLS or XLSX (excluding all non-relevant elements, such as images, graphics, font and appearance settings).
Inherited from Xls |
Sheet |
Gets or sets the name of the sheet in the created XLS or XLSX file to which a document is exported.
Inherited from Xls |
Show |
Gets or sets whether column headers are visible in the exported document. |
Show |
Gets or sets a value indicating whether grid lines should be visible in the resulting XLS or XLSX file.
Inherited from Xls |
Show |
Gets or sets whether group summaries are enabled in the exported document. |
Show |
Gets or sets whether total summaries are enabled in the exported document. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter. |
#Events
Name | Description |
---|---|
Customize |
When exporting data from the grid to XLS or XLSX format, this event allows you to customize a cell in the output document. |
Customize |
When exporting to XLS or XLSX format, this event allows you to customize data in the output document. |
Customize |
When exporting to XLS or XLSX format, this event allows you to add a footer to the output document. |
Customize |
When exporting to XLS or XLSX format, this event allows you to add a header to the output document. |
Customize |
When exporting to XLS or XLSX format, this event allows you to customize the output document’s settings. |
Export |
Fires repeatedly while the data is being exported. |
See Also