Share via


DocumentMapNavigationEventArgs コンストラクター

新しい DocumentMapNavigationEventArgs オブジェクトを構築します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public Sub New ( _
    docMapID As String _
)
'使用
Dim docMapID As String

Dim instance As New DocumentMapNavigationEventArgs(docMapID)
public DocumentMapNavigationEventArgs(
    string docMapID
)
public:
DocumentMapNavigationEventArgs(
    String^ docMapID
)
new : 
        docMapID:string -> DocumentMapNavigationEventArgs
public function DocumentMapNavigationEventArgs(
    docMapID : String
)

パラメーター

  • docMapID
    型: System.String
    見出しマップ ノードの ID を示す文字列。

関連項目

参照

DocumentMapNavigationEventArgs クラス

Microsoft.Reporting.WinForms 名前空間