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 focus of the report to the specified bookmark.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Sub JumpToBookmark ( _
bookmarkId As String _
)
'Usage
Dim instance As ReportViewer
Dim bookmarkId As String
instance.JumpToBookmark(bookmarkId)
public void JumpToBookmark (
string bookmarkId
)
public:
void JumpToBookmark (
String^ bookmarkId
)
public void JumpToBookmark (
String bookmarkId
)
public function JumpToBookmark (
bookmarkId : String
)
Parameters
- bookmarkId
The ID of the bookmark.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace