TreeList.ExportToHtml Method
Name | Parameters | Description |
---|---|---|
Export |
stream, options | Exports the control’s data to the specified stream in HTML format using the specified options. |
Export |
stream | Exports the Tree List’s data as HTML and sends it to the specified stream. |
Export |
file |
Exports the control’s data to the specified file in HTML format using the specified options. |
Export |
file |
Exports the Tree List’s data to the specified file as HTML. |