Back to Devexpress

DataViewBase.ExportToHtml Method

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

latest972 B
Original Source

DataViewBase.ExportToHtml Method

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