ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class / OnHyperlink Property

In This Topic
    OnHyperlink Property (ReportingSettings)
    In This Topic
    Gets or sets a function to preprocess and return a modified hyperlink string.
    Syntax
    'Declaration
     
    Public Property OnHyperlink As Func(Of String,String)
    public Func<string,string> OnHyperlink {get; set;}

    Property Value

    A Func delegate used to preprocess hyperlinks in the report.
    See Also