CodeCharge Studio All C#.NET VB.NET

RowNumber Run-Time Property (.NET)

Applies to

Report Form

Syntax

C#.NET

public virtual uint RowNumber{get;}

VB.NET

Public Overridable ReadOnly Property RowNumber() As Integer

Description

Retrieves the number of the currently processed report row.

Examples

C#.NET

int currentRow = Report1.RowNumber;

VB.NET

Dim CurrentRow As Integer = Report1.RowNumber


On-line, printable versions and updates