Freigeben über


DocumentMapNavigationEventArgs-Konstruktor

Erstellt ein neues DocumentMapNavigationEventArgs-Objekt.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

'Declaration
Public Sub New ( _
    docMapID As String _
)
'Usage
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
)

Parameter

  • docMapID
    Typ: System.String
    Ein Zeichenfolge, die die ID des Dokumentstrukturknotens enthält.

Siehe auch

Verweis

DocumentMapNavigationEventArgs Klasse

Microsoft.Reporting.WinForms-Namespace