Back to Devexpress

VGridControlBase.ExportToHtml Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-exporttohtml.md

latest1.1 KB
Original Source

VGridControlBase.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, HtmlExportOptions)stream, optionsExports the control’s data to the specified stream in HTML format using the specified options.
ExportToHtml(Stream)streamExports the control’s data as HTML and sends it to the specified stream.
ExportToHtml(String, HtmlExportOptions)filePath, optionsExports the control’s data to the specified file in HTML format using the specified options.
ExportToHtml(String)filePathExports the control’s data to the specified file as HTML.