[]
Represents a text input field in a report.
public interface IInputTextField : IInputField, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
| Name | Description |
|---|---|
| ContentValue | Gets the content value of the input field as a string. |
| MaxLength | Gets the maximum length of the input field. |
| Multiline | Gets a value indicating whether the input field supports multiple lines. |
| Password | Gets a value indicating whether the input field is a password field. |
| SpellCheck | Gets a value indicating whether spell check is enabled for the input field. |
| Value | Gets the value of the input field. |