Skip to main content

VGridControlBase.ExportToHtml Method

Name Parameters Description
ExportToHtml(Stream, HtmlExportOptions) stream, options Exports the control’s data to the specified stream in HTML format using the specified options.
ExportToHtml(Stream) stream Exports the control’s data as HTML and sends it to the specified stream.
ExportToHtml(String, HtmlExportOptions) filePath, options Exports the control’s data to the specified file in HTML format using the specified options.
ExportToHtml(String) filePath Exports the control’s data to the specified file as HTML.