Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves to the specified area of the document map.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public void JumpToDocumentMapId(
string documentMapId
)
public:
void JumpToDocumentMapId(
String^ documentMapId
)
member JumpToDocumentMapId :
documentMapId:string -> unit
Public Sub JumpToDocumentMapId (
documentMapId As String
)
Parameters
documentMapId
Type: System.StringThe ID of the document map node.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top