ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.PageSetup Namespace / WatermarkSettingsModel Class / DrawOver Property

In This Topic
    DrawOver Property (WatermarkSettingsModel)
    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