Back to Devexpress

DataGridExportExtensions.ExportToHtmlAsync Method

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

latest1.5 KB
Original Source

DataGridExportExtensions.ExportToHtmlAsync Method

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