Table of Contents

Method TryGetPreviousRow

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

TryGetPreviousRow(string?, out ReportDataScope?)

Gets the row before the current one in a scope, for Previous.

public virtual bool TryGetPreviousRow(string? scopeName, out ReportDataScope? previous)

Parameters

scopeName string

The scope, or null for the current one.

previous ReportDataScope

The previous row, or null on the first row.

Returns

bool

False when the scope is not valid here.