Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportToImage(ASPxClientDashboardExportOptions, String) Method

OBSOLETE

This method is obsolete now. Use the ExportToImage instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

[Obsolete("This method is obsolete now. Use the ASPxClientDashboard.ExportToImage(DashboardImageExportOptions options, string fileName) methods instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public void ExportToImage(
    ASPxClientDashboardExportOptions options,
    string fileName
)

Parameters

Name Type Description
options ASPxClientDashboardExportOptions

A ASPxClientDashboardExportOptions object containing settings that specify parameters affecting how the dashboard is exported.

fileName String

A string that specifies the name of the exported file.

See Also