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

    Property Value

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

    See Also