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

    Property Value

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