ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / TabStopsItem Class / TabStopsItem Constructor
The tab stops.

In This Topic
    TabStopsItem Constructor
    In This Topic
    Initializes a new instance of the TabStopsItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tabStops() As TabStopsItem.TabStop _
    )
    public TabStopsItem( 
       TabStopsItem.TabStop[] tabStops
    )

    Parameters

    tabStops
    The tab stops.
    See Also