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

ASPxDashboardViewer.AllowExportDashboard Property

Gets or sets whether end-users can export a dashboard.

Namespace: DevExpress.DashboardWeb

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

Declaration

[DefaultValue(true)]
public bool AllowExportDashboard { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if end-users can export a dashboard; otherwise, false.

Remarks

Use the ASPxDashboardViewer.AllowExportDashboardItems property to allow or disallow export of the dashboard items.

See Also