Konstruktor DocumentMapNavigationEventArgs —
Constructs a DocumentMapNavigationEventArgs object.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.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 value containing the document map node ID.