Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportDashboardItemToImage(String, DashboardImageExportOptions, String) Method

Exports a dashboard item 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 ExportDashboardItemToImage(
    string itemName,
    DashboardImageExportOptions options,
    string fileName
)

Parameters

Name Type Description
itemName String

A string that is the component name of the dashboard item to be exported.

options DashboardImageExportOptions

A DashboardImageExportOptions object containing image-specific export options.

fileName String

A string value that specifies the name of the exported file.

See Also