[]
Represents a checkbox field in a report.
public class CheckBoxField : TextFieldBase, ICloneable
| Name | Description |
|---|---|
| CheckBoxField() | Initialize a new instance of the CheckBoxField class. |
| Name | Description |
|---|---|
| CheckAlign | Gets or sets the horizntal and vertical alignment of the check mark within the field area. |
| CheckMark | Gets the CheckMark object that determines the look of the check mark. |
| Text | Gets or sets a ScriptStringValue yielding the text shown in the field. Gets or sets the field's text. |
| ThreeState | Gets or sets a value indicating whether the checkbox will allow three check states rather than two. |
| Value | Gets or sets a ScriptObjectValue yielding the checked value of the checkbox. |
| Name | Description |
|---|---|
| AssignFrom(ReportObject, bool) | Copies properties from another object into this object. |
| GetText() | Gets all drawing text from this field. |
| ResetCheckMark() | Restore the C1.Win.FlexReport.CheckMark properties to their default values. |
| ResetText() | Restore the CheckBoxField properties to their default values. |