DashboardControl.ExportToImage Method
Name | Parameters | Description |
---|---|---|
ExportToImage(Stream, DashboardImageExportOptions) | stream, options | Exports a dashboard to the specified stream in Image format using the specified image-specific options. |
ExportToImage(Stream) | stream | Exports a dashboard to the specified stream in Image format. |
ExportToImage(String, DashboardImageExportOptions) | filePath, options | Exports a dashboard to the specified image file using the specified image-specific options. |
ExportToImage(String) | filePath | Exports a dashboard to the specified file in Image format. |