ActiveReports Developer 7
IsDynamicallyHidden Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReportItem Interface : IsDynamicallyHidden Property

Glossary Item Box

Determines if this item has dynamic visiblity and is hidden.

Syntax

Visual Basic (Declaration) 
ReadOnly Property IsDynamicallyHidden As System.Boolean
C# 
System.bool IsDynamicallyHidden {get;}

See Also