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 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