ReportViewer.Hyperlink Event
Visual Studio 2010
Occurs when a user clicks a hyperlink in a report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
This event occurs when a user clicks a hyperlink in a report, before the hyperlink is followed. Information about this event is passed in a HyperlinkEventArgs object to the HyperlinkEventHandler delegate, which handles the event.
For more information about handling events, see Consuming Events.