Back to Devexpress

ASPxPivotGridExporter.ExportMhtToResponse Method

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

latest2.0 KB
Original Source

ASPxPivotGridExporter.ExportMhtToResponse Method

NameParametersDescription
ExportMhtToResponse(String, MhtExportOptions, Boolean)fileName, options, saveAsFileExports the ASPxPivotGrid’s data to the specified file in MHT format with the specified export settings, and writes it to the response in the binary format.
ExportMhtToResponse(String, MhtExportOptions)fileName, optionsExports the ASPxPivotGrid’s data to the specified file in MHT format with the specified export settings, and writes it to the response in the binary format.
ExportMhtToResponse(String, Boolean)fileName, saveAsFileExports the ASPxPivotGrid’s data to the specified file in MHT format with the specified setting, and writes it to the response in the binary format.
ExportMhtToResponse(String, String, String, Boolean, Boolean)fileName, htmlCharSet, title, compressed, saveAsFileExports the ASPxPivotGrid’s data to the specified file in MHT format with the specified export settings, and writes it to the response in the binary format.
ExportMhtToResponse(String, String, String, Boolean)fileName, htmlCharSet, title, compressedExports the ASPxPivotGrid’s data to the specified file in MHT format with the specified export settings, and writes it to the response in the binary format.