ASPxGaugeControl.ExportToHtml Method
| Name | Parameters | Description |
|---|---|---|
| ExportToHtml(Stream, HtmlExportOptions) | stream, options | Exports the ASPxGaugeControl to the specified stream in HTML format using the specified options. |
| ExportToHtml(Stream) | stream | Exports the ASPxGaugeControl to the specified stream in HTML format. |
| ExportToHtml(String, HtmlExportOptions) | filePath, options | Exports the ASPxGaugeControl to the specified file in HTML format using the specified options. |
| ExportToHtml(String) | filePath | Exports the ASPxGaugeControl to the specified file in HTML format. |