[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.IInputTextField

IInputTextField Interface

Represents a text input field in a report.

Namespace: GrapeCity.ActiveReports.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IInputTextField : IInputField, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Properties

Name Description
ContentValue

Gets the content value of the input field as a string.

MaxLength

Gets the maximum length of the input field.

Multiline

Gets a value indicating whether the input field supports multiple lines.

Password

Gets a value indicating whether the input field is a password field.

SpellCheck

Gets a value indicating whether spell check is enabled for the input field.

Value

Gets the value of the input field.

Extension Methods