The InputFieldCheckBox report control provides support for a checkbox element in an exported PDF report where the control's value can be modified. The InputFieldCheckBox control inherits most of its properties from the CheckBox report control.
Note:
Property | Description |
---|---|
CheckAlignment | Gets or sets the alignment of the check box text within the control drawing area. |
Checked | Gets or sets a value indicating whether the check box is in the checked state. |
CheckStyle | Gets or sets the style of the check symbol inside the CheckBox. The available options are Check, Circle, Cross, Diamond, Square, and Star. |
DataField | Gets or sets the field from the data source to bind to the control. |
FieldName | Specifies a unique name of the field in the resulted PDF file. |
ReadOnly | Prevents the user from changing the entered text content in the resulted PDF file. |
Required | Forces the user to fill in the selected field of the resulted PDF file. If a user attempts to submit the form where the required field is blank, the error message appears and the empty required field is highlighted. |
TabIndex | Sets the tab order of editable fields in the resulted PDF file. A field with the lowest TabIndex value is selected first. |