DocumentMapNavigationEventArgs Constructor
Construct a new DocumentMapNavigationEventArgs object.
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
)
public DocumentMapNavigationEventArgs (
String docMapID
)
public function DocumentMapNavigationEventArgs (
docMapID : String
)
Parameters
- docMapID
A string containing the document map node ID.
See Also
Reference
DocumentMapNavigationEventArgs Class
DocumentMapNavigationEventArgs Members
Microsoft.Reporting.WinForms Namespace