AspNetCoreDashboardExporter Methods
Performs server-side export of a dashboard/dashboard item displayed in the ASP.NET Core 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. Inherited from WebDashboardExporter. |
ExportDashboardItemToExcel(String, String, Stream, DashboardState) | Exports the dashboard item to the specified stream in Excel format. Inherited from WebDashboardExporter. |
ExportDashboardItemToExcel(String, String, Stream) | Exports the dashboard item to the specified stream in Excel format. Inherited from WebDashboardExporter. |
ExportDashboardItemToImage(String, String, Stream, Size, DashboardState, DashboardImageExportOptions) | Exports the dashboard item to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportDashboardItemToImage(String, String, Stream, Size, DashboardState) | Exports the dashboard item to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportDashboardItemToImage(String, String, Stream, Size) | Exports the dashboard item to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportDashboardItemToImage(String, String, Stream) | Exports the dashboard item to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportDashboardItemToPdf(String, String, Stream, Size, DashboardState, DashboardPdfExportOptions) | Exports the dashboard item to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportDashboardItemToPdf(String, String, Stream, Size, DashboardState) | Exports the dashboard item to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportDashboardItemToPdf(String, String, Stream, Size) | Exports the dashboard item to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportDashboardItemToPdf(String, String, Stream) | Exports the dashboard item to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportToExcel(String, Stream, DashboardState, DashboardExcelExportOptions) | Exports a dashboard to the specified stream in Excel format. Inherited from WebDashboardExporter. |
ExportToExcel(String, Stream, DashboardState) | Exports a dashboard to the specified stream in Excel format. Inherited from WebDashboardExporter. |
ExportToExcel(String, Stream) | Exports a dashboard to the specified stream in Excel format. Inherited from WebDashboardExporter. |
ExportToImage(String, Stream, Size, DashboardState, DashboardImageExportOptions) | Exports a dashboard to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportToImage(String, Stream, Size, DashboardState) | Exports a dashboard to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportToImage(String, Stream, Size, Padding, DashboardState, DashboardImageExportOptions) | Exports a dashboard to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportToImage(String, Stream, Size, Padding) | Exports a dashboard to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportToImage(String, Stream, Size) | Exports a dashboard to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportToImage(String, Stream) | Exports a dashboard to the specified stream in Image format. Inherited from WebDashboardExporter. |
ExportToPdf(String, Stream, Size, DashboardState, DashboardPdfExportOptions) | Exports a dashboard to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportToPdf(String, Stream, Size, DashboardState) | Exports a dashboard to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportToPdf(String, Stream, Size, Padding, DashboardState, DashboardPdfExportOptions) | Exports a dashboard to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportToPdf(String, Stream, Size, Padding) | Exports a dashboard to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportToPdf(String, Stream, Size) | Exports a dashboard to the specified stream in PDF format. Inherited from WebDashboardExporter. |
ExportToPdf(String, Stream) | Exports a dashboard to the specified stream in PDF format. Inherited from WebDashboardExporter. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetPrintableComponent(String, String) | Obsolete. Gets a printable component corresponding to the specified dashboard item. Inherited from WebDashboardExporter. |
GetPrintableControl(String, String) | Gets a printable control corresponding to the specified dashboard item. Inherited from WebDashboardExporter. |
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