Table of Contents

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

name string

The item's name, exactly as declared.

value object

The value.

Returns

bool

False when no such item is in scope.