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