Back to Devexpress

ASPxPivotGridExporter.ExportToMht Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-dot-exporttomht.md

latest2.2 KB
Original Source

ASPxPivotGridExporter.ExportToMht Method

NameParametersDescription
ExportToMht(Stream, MhtExportOptions)stream, optionsExports the control’s data to the specified stream in MHT format using the specified options.
ExportToMht(Stream, String, String, Boolean)stream, htmlCharSet, title, compressedExports the ASPxPivotGrid’s data to a stream 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.
ExportToMht(Stream)streamExports the control’s data to the specified stream in MHT format.
ExportToMht(String, MhtExportOptions)filePath, optionsExports the control’s data to the specified file in MHT format using the specified options.
ExportToMht(String, String, String, Boolean)filePath, htmlCharSet, title, compressedExports 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.
ExportToMht(String, String)filePath, htmlCharSetExports the ASPxPivotGrid’s data to the specified file in MHT format using the specified character encoding.
ExportToMht(String)filePathExports the ASPxPivotGrid’s data to the specified file in MHT format.