[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ITextBox

ITextBox Interface

Represents the interface for the textbox report item.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITextBox : ITextItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Properties

Name Description
CanGrow

Gets a value indicating whether the textbox can grow.

CanShrink

Gets a value indicating whether the textbox can shrink.

Characteristics

Gets the Characteristics held by this textbox instance.

Key

Gets the unique persistent key used to identify the instance of the textbox item. This is primarily used for passing interactive state from client to server, so the server is capable of applying interactivity and relayouting the report document.

TabStops

Gets the tab stops.

ValueExpression

Gets the expression used to evaluate the textbox value.

Extension Methods