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.
Represents the method that will handle the DocumentMapNavigation event of a ReportViewer.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public delegate void DocumentMapNavigationEventHandler(
object sender,
DocumentMapNavigationEventArgs e
)
public delegate void DocumentMapNavigationEventHandler(
Object^ sender,
DocumentMapNavigationEventArgs^ e
)
type DocumentMapNavigationEventHandler =
delegate of
sender:Object *
e:DocumentMapNavigationEventArgs -> unit
Public Delegate Sub DocumentMapNavigationEventHandler (
sender As Object,
e As DocumentMapNavigationEventArgs
)
Parameters
sender
Type: System.ObjectThe object raising the event.
e
Type: Microsoft.Reporting.WinForms.DocumentMapNavigationEventArgsA DocumentMapNavigationEventArgs object containing the event arguments.
Remarks
For more information about handling events, see NIB: Consuming Events.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top