ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagStringInputParams Class / TagStringInputParams Constructor / TagStringInputParams Constructor(Int32)
The maximum length of the input string.

In This Topic
    TagStringInputParams Constructor(Int32)
    In This Topic
    Initializes a new instance of the TagStringInputParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal maxLength As System.Integer _
    )
    public TagStringInputParams( 
       System.int maxLength
    )

    Parameters

    maxLength
    The maximum length of the input string.
    See Also