Table of Contents

Method GetRowsThroughCurrent

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

GetRowsThroughCurrent(string?)

Gets the rows of scopeName from its first row up to and including the current one, for RunningValue.

public virtual IReadOnlyList<ReportDataScope>? GetRowsThroughCurrent(string? scopeName)

Parameters

scopeName string

The scope, or null for the current one.

Returns

IReadOnlyList<ReportDataScope>

The rows; null when the scope is not valid here.