[]
Represents a check box ReportItem within the report definition, displaying text and indicating a boolean state (checked or unchecked).
public sealed class CheckBox : TextItem, IReportComponent, IComponent, IDisposable, IValidateable
| Name | Description |
|---|---|
| CheckBox() | Initializes a new instance of the CheckBox class. |
| 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. |
| Name | Description |
|---|---|
| GetExpressions() | Returns a list of the expressions contained by this report item. |
| Validate(ValidationContext) | Validates the current state of the CheckBox object. |