ActiveReports 14 .NET Edition
GrapeCity.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 GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Hyperlink {get; set;}

    Property Value

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

    See Also