Navigates to the element with "bookmark" name.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void GoToBookmark(
	string bookmark
)
Visual Basic
Public Sub GoToBookmark ( _
	bookmark As String _
)
Visual C++
public:
void GoToBookmark(
	String^ bookmark
)

Parameters

bookmark
Type: System..::..String
Bookmark name.

See Also