[]
Gets or sets a function to preprocess and return a modified hyperlink string.
public Func<string, string> OnHyperlink { get; set; }
Type | Description |
---|---|
Func<string, string> | A Func<T, TResult> delegate used to preprocess hyperlinks in the report. |