ReportViewer.ViewButtonClick Event
Occurs when the user clicks the View button.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public Event ViewButtonClick As CancelEventHandler
'Usage
Dim instance As ReportViewer
Dim handler As CancelEventHandler
AddHandler instance.ViewButtonClick, handler
public event CancelEventHandler ViewButtonClick
public:
event CancelEventHandler^ ViewButtonClick {
void add (CancelEventHandler^ value);
void remove (CancelEventHandler^ value);
}
/** @event */
public void add_ViewButtonClick (CancelEventHandler value)
/** @event */
public void remove_ViewButtonClick (CancelEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Remarks
This event occurs when the user clicks the View button.
For more information about handling events, see Consuming Events.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace