ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / InputFieldText Class / MaxLength Property

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