Back to Devexpress

XtraReport.DrawWatermark Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-c12f9723.md

latest1.2 KB
Original Source

XtraReport.DrawWatermark Property

Gets or sets a value indicating whether or not to draw a watermark at design time.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(false)]
[SRCategory(ReportStringId.CatDesign)]
public bool DrawWatermark { get; set; }
vb
<DefaultValue(False)>
<SRCategory(ReportStringId.CatDesign)>
Public Property DrawWatermark As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to display a watermark; otherwise, false.

|

See Also

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace