Skip to main content
All docs
V24.1

XtraReport.Watermarks Property

Gets the collection of watermarks.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.1.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