Partilhar via


Construtor DocumentMapNavigationEventArgs

Construct a new DocumentMapNavigationEventArgs object.

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

Sintaxe

'Declaração
Public Sub New ( _
    docMapID As String _
)
public DocumentMapNavigationEventArgs(
    string docMapID
)
public:
DocumentMapNavigationEventArgs(
    String^ docMapID
)
new : 
        docMapID:string -> DocumentMapNavigationEventArgs
public function DocumentMapNavigationEventArgs(
    docMapID : String
)

Parâmetros

  • docMapID
    Tipo: String
    A string containing the document map node ID.

Consulte também

Referência

DocumentMapNavigationEventArgs Classe

Namespace Microsoft.Reporting.WinForms