ActiveReports Developer 7
DrawOver Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > WatermarkOptions Class : DrawOver Property

Glossary Item Box

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

Visual Basic (Declaration) 
Public Property DrawOver As System.Boolean
C# 
public System.bool DrawOver {get; set;}

See Also