次の方法で共有


DocumentMapNavigationEventArgs コンストラクター

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

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.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.WebForms 名前空間