Back to Devexpress

DashboardDesigner.AllowPrintDashboard Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-6b840a23.md

latest1.4 KB
Original Source

DashboardDesigner.AllowPrintDashboard Property

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(true)]
public bool AllowPrintDashboard { get; set; }
vb
<DefaultValue(True)>
Public Property AllowPrintDashboard As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Implements

AllowPrintDashboard

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace