ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / TabStop Structure / TabStop Constructor
The position of tab stop.
The leading char.
The type of tab stop.

In This Topic
    TabStop Constructor
    In This Topic
    Initializes a new instance of this class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal position As Integer, _
       ByVal leadingChar As String, _
       ByVal type As TabType _
    )
    public TabStop( 
       int position,
       string leadingChar,
       TabType type
    )

    Parameters

    position
    The position of tab stop.
    leadingChar
    The leading char.
    type
    The type of tab stop.
    See Also