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 the report to the specified bookmark.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public void JumpToBookmark(
string bookmarkId
)
public:
void JumpToBookmark(
String^ bookmarkId
)
member JumpToBookmark :
bookmarkId:string -> unit
Public Sub JumpToBookmark (
bookmarkId As String
)
Parameters
bookmarkId
Type: System.StringThe ID of the bookmark.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top