ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Extensibility.Printing Namespace / WatermarkOptions Class / DrawOver Property

In This Topic
    DrawOver Property
    In This Topic
    If property is true watermark sign will be painted on the pages over report content, else watermark will be painted on the pages before all other report content
    Syntax
    'Declaration
     
    Public Property DrawOver As Boolean
    public bool DrawOver {get; set;}
    See Also