Gets or sets the maximum number of records that will be fetched from the data set. The default is -1, which includes all records.

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

Syntax

C#
[DefaultValueAttribute()]
public int MaxRecords { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property MaxRecords As Integer
	Get
	Set

Remarks

The default value for this property is -1.

See Also