Table of Contents

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

name string

The variable's name.

value object

The value.

Returns

bool

False when no such variable is in scope.