The callback function which is invoked when a user clicks a hyperlink in a report.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public delegate void HyperlinkCallback( string hyperlink ) |
Visual Basic |
---|
Public Delegate Sub HyperlinkCallback ( _ hyperlink As String _ ) |
Visual C++ |
---|
public delegate void HyperlinkCallback( String^ hyperlink ) |
Parameters
- hyperlink
- Type: System..::..String
Hyperlink Url.