Back to Devexpress

Member Table: Export Data

aspnet-7286-components-pivot-grid-member-tables-data-exchange-member-table-export-data.md

latest1.9 KB
Original Source

Member Table: Export Data

  • Dec 17, 2020
MemberDescription
ASPxPivotGridExporter.ExportHtmlToResponseExports the ASPxPivotGrid ‘s data to the specified file in HTML format, using the specified character encoding.
ASPxPivotGridExporter.ExportMhtToResponseExports the ASPxPivotGrid ‘s data to the specified file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required.
ASPxPivotGridExporter.ExportPdfToResponseExports the ASPxPivotGrid ‘s data to the specified file in PDF format.
ASPxPivotGridExporter.ExportRtfToResponseExports the ASPxPivotGrid ‘s data to the specified file in RTF format.
ASPxPivotGridExporter.ExportTextToResponseExports the ASPxPivotGrid ‘s data to the specified file in TXT format using the specified separator string and encoding settings.
ASPxPivotGridExporter.ExportXlsToResponseExports the ASPxPivotGrid ‘s data to the specified file in XLS format using the specified options.
ASPxPivotGridExporter.ExportXlsxToResponseExports the ASPxPivotGrid ‘s data to the specified file in XLSX (MS Excel 2007) format using the specified options.