Gets the current row or group instance number (see remarks).

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

Syntax

C#
public int RowNumber { get; }
Visual Basic
Public ReadOnly Property RowNumber As Integer
	Get

Remarks

This property should only be used while the document containing the current data binding is generating. It then returns the number of the current data row.

When the document containing the current data binding is not generating, or if processing of the object on which the current data binding is defined has not started yet, this property returns 0.

When end of data has been reached during document generation, this property returnst the last row number.

See Also