Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportDashboardItemToImage Method

Name Parameters Description
ExportDashboardItemToImage(String, ASPxClientDashboardExportOptions, String) itemName, options, fileName Obsolete. Exports a dashboard item to an Image file with the specified export options and writes it to the Response.
ExportDashboardItemToImage(String, ASPxClientDashboardExportOptions) itemName, options Obsolete. Exports a dashboard item to an Image file with the specified export options and writes it to the Response.
ExportDashboardItemToImage(String, DashboardImageExportOptions, String) itemName, options, fileName Exports a dashboard item to an Image file with the specified export options and writes it to the Response.
ExportDashboardItemToImage(String, DashboardImageExportOptions) itemName, options Exports a dashboard item to an Image file with the specified export options and writes it to the Response.
ExportDashboardItemToImage(String) itemName Exports a dashboard item to an Image file and writes it to the Response.