ActiveReports 18 .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
    Hyperlinks preprocessor if necessary.
    Syntax
    'Declaration
     
    Public Property OnHyperlink As Func(Of String,String)
    public Func<string,string> OnHyperlink {get; set;}
    See Also