Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Moves to the specified area of the document map.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public Sub JumpToDocumentMapId ( _
documentMapId As String _
)
'Usage
Dim instance As ReportViewer
Dim documentMapId As String
instance.JumpToDocumentMapId(documentMapId)
public void JumpToDocumentMapId (
string documentMapId
)
public:
void JumpToDocumentMapId (
String^ documentMapId
)
public void JumpToDocumentMapId (
String documentMapId
)
public function JumpToDocumentMapId (
documentMapId : String
)
Parameters
- documentMapId
The ID of the document map node.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace