Table of Contents

Method GetRowNumber

Namespace
DocWright.Reporting.Expressions
Assembly
DocWright.Reporting.dll

GetRowNumber(string?)

Gets the current row's one-based number within a scope, for RowNumber. Outside any detail row this is the number of rows in the scope, which is what the reference returns (measured).

public virtual int? GetRowNumber(string? scopeName)

Parameters

scopeName string

The scope, or null for the current one.

Returns

int?

The row number; null when the scope is not valid here.