ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.Line Class / AddPiece Method
The piece.

In This Topic
    AddPiece Method
    In This Topic
    Adds the piece.
    Syntax
    'Declaration
     
    Public Sub AddPiece( _
       ByVal piece As RText.LinePiece _
    ) 
    public void AddPiece( 
       RText.LinePiece piece
    )

    Parameters

    piece
    The piece.
    See Also