The InputFieldText report control in section reports provides support for editable text fields in an exported PDF report where the control's value can be edited. The InputFieldText control inherits most of its properties from the TextBox report control.
Note:
Property | Description |
---|---|
FieldName | Specifies a unique name of the field in the resulted PDF file. |
MaxLenth | Specifies the maximum length of the entered text in the resulted PDF file. When set to null, the text is not restricted to any specified length. |
MultiLine | Gets or sets a value indicating whether to allow text to break to multiple lines within the control in the resulted PDF file. |
Password | Displays the user-entered text as a series of asterisks (*). |
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. |
SpellCheck | Indicates whether to spell check the text during its input or not in the resulted PDF file. |
TabIndex | Sets the tab order of editable fields in the resulted PDF file. A field with the lowest TabIndex value is selected first. |