Skip to main content

DataGridExportExtensions.ExportToHtmlAsync Method

Name Parameters Description
ExportToHtmlAsync(DataGridView, Stream, HtmlExportOptions) static grid, stream, options Exports DataGridView data to a stream in HTML format with the specified export options.
ExportToHtmlAsync(DataGridView, Stream) static grid, stream Exports DataGridView data to a stream in HTML format.
ExportToHtmlAsync(DataGridView, String, HtmlExportOptions) static grid, filePath, options Exports DataGridView data in HTML format with the specified path and export options.
ExportToHtmlAsync(DataGridView, String) static grid, filePath Exports DataGridView data to HTML format with the specified path.