Method TryGetCurrentItemValue
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
TryGetCurrentItemValue(out object?)
Gets the value of the report item the expression belongs to, for Me.Value.
public virtual bool TryGetCurrentItemValue(out object? value)
Parameters
valueobjectThe value.
Returns
- bool
False when the expression does not belong to an item with a value.