Skip to main content
All docs
V18.2

ASPxClientDashboard.GetExportOptions() Method

OBSOLETE

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

Returns 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 ASPxClientDashboard.GetPdfExportOptions(), ASPxClientDashboard.GetImageExportOptions() and ASPxClientDashboard.GetExcelExportOptions() methods instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public ASPxClientDashboardExportOptions GetExportOptions()

Returns

Type Description
ASPxClientDashboardExportOptions

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

See Also