ActiveReports 12
Hidden Property (Visibility)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Visibility Class : Hidden Property

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

Syntax
'Declaration
 
Public Property Hidden As ExpressionInfo
public ExpressionInfo Hidden {get; set;}

Property Value

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

See Also

Reference

Visibility Class
Visibility Members