ExportMhtToResponse(String, MhtExportOptions, Boolean)
|
fileName, options, saveAsFile
|
Exports 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, options
|
Exports 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, saveAsFile
|
Exports 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, saveAsFile
|
Exports 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, compressed
|
Exports 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.
|