WebDashboardExporter Methods
Implements a base functionality to perform server-side export of a dashboard/dashboard item displayed in the Web Dashboard.| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| ExportDashboardItemToExcel(String, String, Stream, DashboardState, DashboardExcelExportOptions) | Exports the dashboard item to the specified stream in Excel format. |
| ExportDashboardItemToExcel(String, String, Stream, DashboardState) | Exports the dashboard item to the specified stream in Excel format. |
| ExportDashboardItemToExcel(String, String, Stream) | Exports the dashboard item to the specified stream in Excel format. |
| ExportDashboardItemToImage(String, String, Stream, Size, DashboardState, DashboardImageExportOptions) | Exports the dashboard item to the specified stream in Image format. |
| ExportDashboardItemToImage(String, String, Stream, Size, DashboardState) | Exports the dashboard item to the specified stream in Image format. |
| ExportDashboardItemToImage(String, String, Stream, Size) | Exports the dashboard item to the specified stream in Image format. |
| ExportDashboardItemToImage(String, String, Stream) | Exports the dashboard item to the specified stream in Image format. |
| ExportDashboardItemToPdf(String, String, Stream, Size, DashboardState, DashboardPdfExportOptions) | Exports the dashboard item to the specified stream in PDF format. |
| ExportDashboardItemToPdf(String, String, Stream, Size, DashboardState) | Exports the dashboard item to the specified stream in PDF format. |
| ExportDashboardItemToPdf(String, String, Stream, Size) | Exports the dashboard item to the specified stream in PDF format. |
| ExportDashboardItemToPdf(String, String, Stream) | Exports the dashboard item to the specified stream in PDF format. |
| ExportToExcel(String, Stream, DashboardState, DashboardExcelExportOptions) | Exports a dashboard to the specified stream in Excel format. |
| ExportToExcel(String, Stream, DashboardState) | Exports a dashboard to the specified stream in Excel format. |
| ExportToExcel(String, Stream) | Exports a dashboard to the specified stream in Excel format. |
| ExportToImage(String, Stream, Size, DashboardState, DashboardImageExportOptions) | Exports a dashboard to the specified stream in Image format. |
| ExportToImage(String, Stream, Size, DashboardState) | Exports a dashboard to the specified stream in Image format. |
| ExportToImage(String, Stream, Size, Padding, DashboardState, DashboardImageExportOptions) | Exports a dashboard to the specified stream in Image format. |
| ExportToImage(String, Stream, Size, Padding) | Exports a dashboard to the specified stream in Image format. |
| ExportToImage(String, Stream, Size) | Exports a dashboard to the specified stream in Image format. |
| ExportToImage(String, Stream) | Exports a dashboard to the specified stream in Image format. |
| ExportToPdf(String, Stream, Size, DashboardState, DashboardPdfExportOptions) | Exports a dashboard to the specified stream in PDF format. |
| ExportToPdf(String, Stream, Size, DashboardState) | Exports a dashboard to the specified stream in PDF format. |
| ExportToPdf(String, Stream, Size, Padding, DashboardState, DashboardPdfExportOptions) | Exports a dashboard to the specified stream in PDF format. |
| ExportToPdf(String, Stream, Size, Padding) | Exports a dashboard to the specified stream in PDF format. |
| ExportToPdf(String, Stream, Size) | Exports a dashboard to the specified stream in PDF format. |
| ExportToPdf(String, Stream) | Exports a dashboard to the specified stream in PDF format. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetPrintableComponent(String, String) | Obsolete. Gets a printable component corresponding to the specified dashboard item. |
| GetPrintableControl(String, String) | Gets a printable control corresponding to the specified dashboard item. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also