Back to Devexpress

PivotGridControl.ExportToMht Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttomht.md

latest1.0 KB
Original Source

PivotGridControl.ExportToMht Method

NameParametersDescription
ExportToMht(Stream, MhtExportOptions)stream, optionsExports the pivot grid to the specified stream in MHT format using the specified MHT-specific options.
ExportToMht(Stream)streamExports the pivot grid to the specified stream in MHT format.
ExportToMht(String, MhtExportOptions)filePath, optionsExports the pivot grid to the specified file path in MHT format, using the specified MHT-specific options.
ExportToMht(String)filePathExports the pivot grid to the specified file path in MHT format.