Back to Devexpress

DataViewBase.ExportToMht Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-exporttomht.md

latest953 B
Original Source

DataViewBase.ExportToMht Method

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