[]
Represents a generic input field in a report.
public interface IInputField : IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
| Name | Description |
|---|---|
| FieldName | Gets the name of the field. |
| ReadOnly | Gets a value indicating whether the input field is read-only. |
| Required | Gets a value indicating whether the input field is required. |
| Type | Gets the type of the input field. |