[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Visibility.Hidden

Hidden Property

Hidden

Gets or sets a Boolean expression that indicates whether the item is initially hidden.

Declaration
public ExpressionInfo Hidden { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to a bool value indicating whether the item is initially hidden. The default value is false.

Examples
visibility.Hidden = ExpressionInfo.FromString("true");