Freigeben über


DocumentMapNavigationEventArgs-Konstruktor

Erstellt ein DocumentMapNavigationEventArgs-Objekt.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.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 Zeichenfolgenwert, der die ID des Dokumentstrukturknotens enthält.

Siehe auch

Verweis

DocumentMapNavigationEventArgs Klasse

Microsoft.Reporting.WebForms-Namespace