Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportToImage Method

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