ASPxDashboard.AllowExportDashboard Property
Gets or sets whether the entire dashboard can be exported by end-users.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll
Declaration
[DefaultValue(true)]
public bool AllowExportDashboard { get; set; }
<DefaultValue(True)>
Public Property AllowExportDashboard As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if end-users can export the entire dashboard; otherwise, false. |
Remarks
Use the ASPxDashboard.AllowExportDashboardItems property to allow or disallow export of the dashboard items.
See Also
Feedback