Skip to main content
A newer version of this page is available. .

Member Table: Custom Export

Member Description
ASPxGridExporterBase.WritePdf Exports the grid’s data to a stream in PDF format.
ASPxGridExporterBase.WritePdfToResponse Exports the grid’s data to a file in PDF format and writes it to the Response in the binary format.
ASPxGridExporterBase.WriteRtf Exports the grid’s data to a stream in RTF format.
ASPxGridExporterBase.WriteRtfToResponse Exports the grid’s data to a file in RTF format and writes it to the Response in the binary format.
ASPxGridExporterBase.WriteXls Exports the grid’s data to a stream in XLS format.
ASPxGridExporterBase.WriteXlsToResponse Exports the grid’s data to a file in XLS format and writes it to the Response in the binary format.
ASPxGridViewExporter.Styles Provides access to the properties that specify the appearance of grid elements when the grid is exported.
ASPxGridViewExporter.FileName Specifies the file name to which the grid’s data is exported.
ASPxGridViewExporter.GridViewID Specifies the programmatic identifier of the associated ASPxGridView control.