ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / IReportViewerBackendApi Interface / ProcessHyperlink Property

In This Topic
    ProcessHyperlink Property (IReportViewerBackendApi)
    In This Topic
    Hyperlinks preprocessor if necessary.
    Syntax
    'Declaration
     
    Property ProcessHyperlink As Func(Of String,String)
    Func<string,string> ProcessHyperlink {get; set;}
    See Also