ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.TabPiece Class / RText.TabPiece Constructor
The anchor.
The tab.

In This Topic
    RText.TabPiece Constructor
    In This Topic
    Initializes a new instance of the RText.TabPiece class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Single, _
       ByVal anchor As Single, _
       ByVal tab As RText.TabStop _
    )
    public RText.TabPiece( 
       float x,
       float anchor,
       RText.TabStop tab
    )

    Parameters

    x
    anchor
    The anchor.
    tab
    The tab.
    See Also