ActiveReports 19 .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
    Gets or sets a function to preprocess and return a modified hyperlink string.
    Syntax
    'Declaration
     
    Property ProcessHyperlink As Func(Of String,String)
    Func<string,string> ProcessHyperlink {get; set;}

    Property Value

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