ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Action Class / Hyperlink Property

In This Topic
    Hyperlink Property (Action)
    In This Topic

    Gets or sets an expression that evaluates to the URL of the hyperlink.

    Syntax
    'Declaration
     
    Public Property Hyperlink As ExpressionInfo
    public ExpressionInfo Hyperlink {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to the URL of the hyperlink.

    See Also