[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.ReportItem-2.Hidden

Hidden Property

Hidden

Gets a value indicating whether this report item should be hidden.

Declaration
public virtual bool Hidden { get; }
Property Value
Type Description
bool

A bool value. true if the report item is hidden; otherwise, false.

Implements