Sets the current cursor position to supplied value.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
void SetBookmark(
	int bkmk
)
Visual Basic
Sub SetBookmark ( _
	bkmk As Integer _
)

Parameters

bkmk
Type: System..::..Int32
Index of record.

See Also