Konstruktor DocumentMapNavigationEventArgs —
Construct a new DocumentMapNavigationEventArgs object.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Sub New ( _
docMapID As String _
)
public DocumentMapNavigationEventArgs(
string docMapID
)
public:
DocumentMapNavigationEventArgs(
String^ docMapID
)
new :
docMapID:string -> DocumentMapNavigationEventArgs
public function DocumentMapNavigationEventArgs(
docMapID : String
)
Parametry
- docMapID
Typ: String
A string containing the document map node ID.