Method TryGetVariable
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
TryGetVariable(string, out object?)
Gets a variable in scope, for Variables!Name.Value.
public virtual bool TryGetVariable(string name, out object? value)
Parameters
Returns
- bool
False when no such variable is in scope.