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

ASPxDashboardViewer.AllowExportDashboardItems Property

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

Namespace: DevExpress.DashboardWeb

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

Declaration

[DefaultValue(false)]
public bool AllowExportDashboardItems { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Remarks

Use the ASPxDashboardViewer.AllowExportDashboard property to allow or disallow export of the entire dashboard.

See Also