ASPxGridViewExportSettings Properties
Contains the export settings to be applied when the GridView’s data is exported.
Name | Description |
---|---|
Bottom |
Gets or sets the target document’s bottom margin. This property is not in effect when exporting to XLX or XLSX. |
Detail |
Gets or sets the detail row’s horizontal offset. |
Detail |
Gets or sets the detail row’s vertical offset. |
Enable |
Gets or sets a value specifying whether the client exporting API is enabled.
Inherited from ASPx |
Excel |
Specifies the export mode when saving grid data to XLS and XLSX formats. |
Export |
Gets or sets a value indicating whether it’s necessary to export a detail grid, when it is empty. |
Export |
Specifies if only selected rows should be exported. |
File |
Specifies the name of the exported file. |
Landscape | Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX. |
Left |
Gets or sets the target document’s left margin. This property is not in effect when exporting to XLX or XLSX. |
Max |
Gets or sets the column’s maximum width. |
Page |
Gets the page footer’s settings. |
Page |
Gets the page header’s settings. |
Paper |
Gets or sets the type of paper for the exported report. |
Paper |
Gets or sets the name of the custom paper which is used for export purposes. |
Preserve |
Gets or sets whether the expanded state of group rows is preserved when the ASPx |
Print |
Gets or sets whether check boxes (or radio buttons) used to select/deselect data rows, are printed. |
Report |
Specifies the text displayed within a report’s footer. |
Report |
Specifies the text displayed within a report’s header. |
Right |
Gets or sets the target document’s right margin. This property is not in effect when exporting to XLX or XLSX. |
Right |
Specifies whether to apply right-to-left representation to the control.
Inherited from ASPx |
Split |
Gets or sets whether data cells are allowed to be split across pages when exporting. |
Top |
Gets or sets the target document’s top margin. This property is not in effect when exporting to XLX or XLSX. |
See Also