MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReportItem Interface / IsDynamicallyHidden Property

In This Topic
IsDynamicallyHidden Property (IReportItem)
In This Topic
Gets a value indicating whether this item has dynamic visibility and is hidden.
Syntax
'Declaration
 
ReadOnly Property IsDynamicallyHidden As Boolean
 

Property Value

A System.Boolean value. true if the item is dynamically hidden; otherwise, false.
See Also