ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / InputFieldTextItem Class / MaxLength Property

In This Topic
    MaxLength Property (InputFieldTextItem)
    In This Topic
    Specifies the maximum length of the text entered. When 0, the text is not restricted to any specified length.
    Syntax
    'Declaration
     
    Public ReadOnly Property MaxLength As Integer
    public int MaxLength {get;}
    See Also