Skip to main content
All docs
V23.2

XtraReport.Watermarks Property

Gets the collection of watermarks.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public WatermarkCollection Watermarks { get; }

Property Value

Type Description
WatermarkCollection

A collection of watermarks.

See Also