Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the user toggles the visibility of an item in the report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public event CancelEventHandler Toggle
public:
event CancelEventHandler^ Toggle {
void add(CancelEventHandler^ value);
void remove(CancelEventHandler^ value);
}
member Toggle : IEvent<CancelEventHandler,
CancelEventArgs>
Public Event Toggle As CancelEventHandler
Remarks
This event occurs when the user toggles the visibility of an item in the report.
For more information about handling events, see NIB: Consuming Events.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top