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
scopeNamestringThe scope, or null for the current one.
previousReportDataScopeThe previous row, or null on the first row.
Returns
- bool
False when the scope is not valid here.