Zdarzenie ReportViewer.Hyperlink
Occurs when a user clicks a hyperlink in a report.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Event Hyperlink As HyperlinkEventHandler
public event HyperlinkEventHandler Hyperlink
public:
event HyperlinkEventHandler^ Hyperlink {
void add (HyperlinkEventHandler^ value);
void remove (HyperlinkEventHandler^ value);
}
member Hyperlink : IEvent<HyperlinkEventHandler,
HyperlinkEventArgs>
Język JScript nie obsługuje zdarzeń.
Uwagi
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 Używające zdarzeń.