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
scopeNamestringThe scope, or null for the current one.
recursiveboolTrue for
Recursiveaggregation.
Returns
- IReadOnlyList<ReportDataScope>
The rows, each a scope positioned on that row; null when the scope is not valid here.