Back to Devexpress

DataGridExportExtensions.ExportToMhtAsync Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridexportextensions-dot-exporttomhtasync.md

latest1.5 KB
Original Source

DataGridExportExtensions.ExportToMhtAsync Method

NameParametersDescription
ExportToMhtAsync(DataGridView, Stream, MhtExportOptions) staticgrid, stream, optionsExports DataGridView data to a stream in MHT format with the specified export options.
ExportToMhtAsync(DataGridView, Stream) staticgrid, streamExports DataGridView data to a stream in MHT format.
ExportToMhtAsync(DataGridView, String, MhtExportOptions) staticgrid, filePath, optionsExports DataGridView data to MHT format with the specified path and export options.
ExportToMhtAsync(DataGridView, String) staticgrid, filePathExports DataGridView data to MHT format with the specified path.