ITextBox Interface Members
In This Topic
The following tables list the members exposed by ITextBox.
Public Properties
| Name | Description |
| CanGrow | Returns the value of ITextBox CanGrow property. |
| CanShrink | Returns the value of ITextBox CanShrink property. |
| Characteristics | Returns the Characteristics held by this textbox instance. |
| Key | Gets unique persistent key used to identified instance of the textbox item. This is primarily used for passing interactive state from client to server, so the server is capable to apply interactivity and relayout the report document. |
| TabStops | Gets the tab stops. |
| ValueExpression | Gets expression which is used to evaluate textbox value. |
Top
See Also