ActiveReports Developer 7
Hidden Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > DataMember Class : Hidden Property

Glossary Item Box

Indicates the current hidden state of this member. The value can change via toggling.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Hidden As System.Boolean
C# 
public abstract System.bool Hidden {get;}

See Also