共用方式為


DocumentMapNavigationEventArgs 建構函式

建構 DocumentMapNavigationEventArgs 物件。

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

語法

'宣告
Public Sub New ( _
    docMapID As String _
)
public DocumentMapNavigationEventArgs(
    string docMapID
)
public:
DocumentMapNavigationEventArgs(
    String^ docMapID
)
new : 
        docMapID:string -> DocumentMapNavigationEventArgs
public function DocumentMapNavigationEventArgs(
    docMapID : String
)

參數

  • docMapID
    類型:String
    包含文件引導模式節點識別碼的字串值。

請參閱

參考

DocumentMapNavigationEventArgs 類別

Microsoft.Reporting.WebForms 命名空間