[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.OnHyperlink

OnHyperlink Property

Gets or sets a function to preprocess and return a modified hyperlink string.

Declaration
public Func<string, string> OnHyperlink { get; set; }
Property Value
Type Description
Func<string, string>

A Func<T, TResult> delegate used to preprocess hyperlinks in the report.