Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer.SetExportOptions(ASPxClientDashboardExportOptions) Method

OBSOLETE

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

Specifies settings that specify parameters affecting how the dashboard is exported.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("This method is obsolete now. Use the ASPxClientDashboardViewer.SetPdfExportOptions(), ASPxClientDashboardViewer.SetImageExportOptions() and ASPxClientDashboardViewer.SetExcelExportOptions() methods instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public void SetExportOptions(
    ASPxClientDashboardExportOptions options
)

Parameters

Name Type Description
options ASPxClientDashboardExportOptions

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

See Also