Gets or sets the number of page rows shown in non-continuous mode.

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

Syntax

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

Remarks

The default value for this property is 1.

See Also