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 _
)
public DocumentMapNavigationEventArgs(
string docMapID
)
public:
DocumentMapNavigationEventArgs(
String^ docMapID
)
new :
docMapID:string -> DocumentMapNavigationEventArgs
public function DocumentMapNavigationEventArgs(
docMapID : String
)
Parameter
- docMapID
Typ: String
Ein Zeichenfolgenwert, der die ID des Dokumentstrukturknotens enthält.