Table of Contents

Method GetRows

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

GetRows(string?, bool)

Gets the rows an aggregate reads: every row of scopeName that contains this one, or — when recursive is true — of this instance and its descendants in a recursive hierarchy.

public virtual IReadOnlyList<ReportDataScope>? GetRows(string? scopeName, bool recursive)

Parameters

scopeName string

The scope, or null for the current one.

recursive bool

True for Recursive aggregation.

Returns

IReadOnlyList<ReportDataScope>

The rows, each a scope positioned on that row; null when the scope is not valid here.