ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / DrawText Method / DrawText(String,RectangleF,String) Method

In This Topic
    DrawText(String,RectangleF,String) Method
    In This Topic
    DrawText
    Syntax
    'Declaration
     
    Public Overloads Sub DrawText( _
       ByVal strText As String, _
       ByVal text As RectangleF, _
       ByVal strLink As String _
    ) 
    public void DrawText( 
       string strText,
       RectangleF text,
       string strLink
    )

    Parameters

    strText
    text
    strLink
    See Also