Hidden Property (ReportSectionBase)
Gets a value indicating whether the report section is hidden.
public abstract bool Hidden {get;}
'Declaration
Public MustOverride ReadOnly Property Hidden As Boolean
Property Value
true
if the report section is hidden; otherwise,
false
.