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)
 

Property Value

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