Share via


DocumentMapNavigationEventArgs Constructor

Constructs a DocumentMapNavigationEventArgs object.

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
)
public DocumentMapNavigationEventArgs (
    String docMapID
)
public function DocumentMapNavigationEventArgs (
    docMapID : String
)

Parameters

  • docMapID
    A string value containing the document map node ID.

See Also

Reference

DocumentMapNavigationEventArgs Class
DocumentMapNavigationEventArgs Members
Microsoft.Reporting.WebForms Namespace