ComponentOne FlexReport for WPF
SetBookmark Method (IC1FlexReportRecordset)

C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace > IC1FlexReportRecordset Interface : SetBookmark Method
The index of the record to set.
Sets the current cursor position to a supplied value.
Syntax
'Declaration
 
Sub SetBookmark( _
   ByVal bkmk As System.Integer _
) 
void SetBookmark( 
   System.int bkmk
)

Parameters

bkmk
The index of the record to set.
See Also

Reference

IC1FlexReportRecordset Interface
IC1FlexReportRecordset Members