[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CheckBox

CheckBox Class

Represents a check box ReportItem within the report definition, displaying text and indicating a boolean state (checked or unchecked).

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class CheckBox : TextItem, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
CheckBox()

Initializes a new instance of the CheckBox class.

Properties

Name Description
CheckAlignment

Gets or sets an alignment of the check box within the control.

Checked

Gets or sets the expression that determines if the check box is checked.

Text

Gets or sets the text associated with the check box.

Methods

Name Description
GetExpressions()

Returns a list of the expressions contained by this report item.

Validate(ValidationContext)

Validates the current state of the CheckBox object.

Extension Methods