Initializes a new instance of the TagStringInputParams class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TagStringInputParams(
	int maxLength
)
Visual Basic
Public Sub New ( _
	maxLength As Integer _
)

Parameters

maxLength
Type: System..::..Int32
The maximum length of the input string.

See Also