Raises the HyperlinkClick event.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected virtual void OnHyperlinkClick( ReportHyperlinkEventArgs args ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnHyperlinkClick ( _ args As ReportHyperlinkEventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnHyperlinkClick( ReportHyperlinkEventArgs^ args ) |
Parameters
- args
- Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ReportHyperlinkEventArgs
The ReportHyperlinkEventArgs instance containing the event data.