[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextBox

TextBox Class

Represents a textbox ReportItem within the report definition.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class TextBox : TextItem, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
TextBox()

Properties

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.

Methods

Name Description
GetExpressions()

Returns a list of the expressions contained by this report item.

Validate(ValidationContext)

Validates the current state of the TextBox object.

Extension Methods