Method GetLevel
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
GetLevel(string?)
Answers Level: the zero-based depth in a recursive hierarchy.
public virtual int? GetLevel(string? scopeName)
Parameters
scopeNamestringThe scope, or null for the current one.
Returns
- int?
The level; null when the scope is not valid here.