ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / DrawEvaluationTextLink Method

In This Topic
    DrawEvaluationTextLink Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DrawEvaluationTextLink( _
       ByVal text As String, _
       ByVal link As String, _
       ByVal bounds As RectangleF _
    ) 
    public void DrawEvaluationTextLink( 
       string text,
       string link,
       RectangleF bounds
    )

    Parameters

    text
    link
    bounds
    See Also