Back to Devexpress

DashboardDesigner.AllowPrintDashboardItems Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-1bcc38ad.md

latest1.4 KB
Original Source

DashboardDesigner.AllowPrintDashboardItems Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Implements

AllowPrintDashboardItems

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace