ActiveReports Developer 7
Checked Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CheckBox Class : Checked Property

Glossary Item Box

Sets the state of the CheckBox object to checked.

Syntax

Visual Basic (Declaration) 
Public Property Checked As ExpressionInfo
C# 
public ExpressionInfo Checked {get; set;}

See Also