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

public event CancelEventHandler ViewButtonClick
public:
event CancelEventHandler^ ViewButtonClick {
    void add(CancelEventHandler^ value);
    void remove(CancelEventHandler^ value);
}
member ViewButtonClick : IEvent<CancelEventHandler,
    CancelEventArgs>
Public Event ViewButtonClick As CancelEventHandler

Remarks

This event occurs when the user clicks the View button.

For more information about handling events, see NIB: Consuming Events.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top