ComponentOne FlexPivot for WinForms
ViewLimit Property

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > IDataList Interface : ViewLimit Property
Specifies maximum number of rows to include in the collection. If 0 (default), all rows are included.
Syntax
'Declaration
 
Property ViewLimit As System.Integer
System.int ViewLimit {get; set;}
Remarks
DataEngine tables and queries can contain very large number of rows that can be inappropriate for data binding. To limit number of rows shown in a data bound control, set this property.
See Also

Reference

IDataList Interface
IDataList Members