Occurs when hyperlink is clicked.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public event EventHandler<ReportHyperlinkEventArgs> HyperlinkClick  | 
| Visual Basic (Declaration) | 
|---|
Public Event HyperlinkClick As EventHandler(Of ReportHyperlinkEventArgs)  | 
| Visual C++ | 
|---|
public: event EventHandler<ReportHyperlinkEventArgs^>^ HyperlinkClick { void add (EventHandler<ReportHyperlinkEventArgs^>^ value); void remove (EventHandler<ReportHyperlinkEventArgs^>^ value); }  |