ComponentOne FlexReport for UWP
SetBookmark Method (IC1FlexReportRecordset)

C1.UWP.FlexReport Assembly > C1.Xaml.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