Skip to main content
All docs
V25.1
  • XtraReport.Watermarks Property

    Gets the collection of watermarks.

    Namespace: DevExpress.XtraReports.UI

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