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

ASPxClientDashboardViewer.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 ASPxClientDashboardViewer.GetPdfExportOptions(), ASPxClientDashboardViewer.GetImageExportOptions() and ASPxClientDashboardViewer.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