ReportViewer.JumpToBookmark Method (String)
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