Back to Devexpress

TreeList.ExportToHtml Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-exporttohtml.md

latest1.0 KB
Original Source

TreeList.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 Tree List’s data as HTML and sends it to the specified stream.
ExportToHtml(String, HtmlExportOptions)fileName, optionsExports the control’s data to the specified file in HTML format using the specified options.
ExportToHtml(String)fileNameExports the Tree List’s data to the specified file as HTML.