Table of Contents

Method IsExpressionText

Namespace
DocWright.Reporting.Expressions
Assembly
DocWright.Reporting.dll

IsExpressionText(string?)

Returns whether RDL reads a property value as an expression: it does when the first character is '='.

public static bool IsExpressionText(string? text)

Parameters

text string

The property value.

Returns

bool

true for an expression.