Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportToImage(DashboardImageExportOptions) Method

Exports a dashboard to an Image file with the specified export options and writes it to the Response.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void ExportToImage(
    DashboardImageExportOptions options
)

Parameters

Name Type Description
options DashboardImageExportOptions

A DashboardImageExportOptions object containing image-specific export options.

See Also