次の方法で共有


DocumentMapNavigationEventArgs コンストラクター (String)

 

公開日: 2016年7月

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

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

構文

public DocumentMapNavigationEventArgs(
    string docMapID
)
public:
DocumentMapNavigationEventArgs(
    String^ docMapID
)
new : 
        docMapID:string -> DocumentMapNavigationEventArgs
Public Sub New (
    docMapID As String
)

パラメーター

  • docMapID
    Type: System.String

    見出しマップ ノードの ID を示す文字列。

関連項目

DocumentMapNavigationEventArgs クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る