Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
DataSource
.
.
::
.
.
SetBookmark Method
DataSource Class
See Also
Sets the current cursor position to supplied value.
Namespace:
C1.C1Report
Assembly:
C1.C1Report.2
(in C1.C1Report.2.dll)
Syntax
C#
public
void
SetBookmark
(
int
bkmk
)
Visual Basic
Public
Sub
SetBookmark
( _
bkmk
As
Integer
_ )
Parameters
bkmk
Type:
System
.
.
::
.
.
Int32
Index of record.
See Also
DataSource Class
C1.C1Report Namespace