This topic has not yet been rated - Rate this topic

ReportViewer.Toggle Event 

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)

public event CancelEventHandler Toggle
/** @event */
public void add_Toggle (CancelEventHandler value)

/** @event */
public void remove_Toggle (CancelEventHandler value)

JScript supports the use of events, but not the declaration of new ones.

This event occurs when the user toggles the visibility of an item in the report.

For more information about handling events, see Consuming Events.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.