Share via


DocumentMapNavigationEventArgs Constructor (String)

 

Construct a new DocumentMapNavigationEventArgs object.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public DocumentMapNavigationEventArgs(
    string docMapID
)
public:
DocumentMapNavigationEventArgs(
    String^ docMapID
)
new : 
        docMapID:string -> DocumentMapNavigationEventArgs
Public Sub New (
    docMapID As String
)

Parameters

  • docMapID
    Type: System.String

    A string containing the document map node ID.

See Also

DocumentMapNavigationEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top