[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CheckBox.Text

Text Property

Text

Gets or sets the text associated with the check box.

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

An ExpressionInfo object that evaluates to the text displayed next to the check box.

Examples
CheckBox checkBox = new CheckBox();
checkBox.Text = "Agree to Terms and Conditions";