ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportViewerConfiguration Class / ProcessHyperlink Property

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