共用方式為


DocumentMapNavigationEventHandler 委派

代表將處理 ReportViewerDocumentMapNavigation 事件的方法。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
Public Delegate Sub DocumentMapNavigationEventHandler ( _
    sender As Object, _
    e As DocumentMapNavigationEventArgs _
)
'用途
Dim instance As New DocumentMapNavigationEventHandler(AddressOf HandlerMethod)
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
JScript 支援使用委派,但不支援新的宣告。

參數

備註

如需處理事件的詳細資訊,請參閱Consuming Events

請參閱

參考

Microsoft.Reporting.WebForms 命名空間