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