[]
Represents a textbox ReportItem within the report definition.
public sealed class TextBox : TextItem, IReportComponent, IComponent, IDisposable, IValidateable
Name | Description |
---|---|
TextBox() |
Name | Description |
---|---|
CanGrow | Gets or sets a value indicating whether the textbox size can increase to accommodate its contents. |
CanShrink | Gets or sets a value indicating whether the textbox size can decrease to match its contents. |
HideDuplicates | Gets or sets a name of a grouping or data set within which to hide the item when the expression's value matches the preceding instance. |
ToggleImage | Gets or sets the initial state of a toggle image, if present in the textbox. The image displays a plus sign (+) for collapsed state and a minus sign (-) for expanded state. |
UserSort | Gets or sets a value indicating whether the end-user sort control should be displayed in the textbox UI. |
Name | Description |
---|---|
GetExpressions() | Returns a list of the expressions contained by this report item. |
Validate(ValidationContext) | Validates the current state of the TextBox object. |