Back to Devexpress

XtraReport.Watermarks Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-42a83518.md

latest1.1 KB
Original Source

XtraReport.Watermarks Property

Gets the collection of watermarks.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatAppearance)]
public WatermarkCollection Watermarks { get; }
vb
<SRCategory(ReportStringId.CatAppearance)>
Public ReadOnly Property Watermarks As WatermarkCollection

Property Value

TypeDescription
WatermarkCollection

A collection of watermarks.

|

See Also

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace