ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.TextPiece Class / RText.TextPiece Constructor
The text.

In This Topic
    RText.TextPiece Constructor
    In This Topic
    Initializes a new instance of the RText.TextPiece class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Single, _
       ByVal text As String _
    )
    public RText.TextPiece( 
       float x,
       string text
    )

    Parameters

    x
    text
    The text.
    See Also