Click or drag to resize

StiVariableGetExpressionString Method

Returns variable in the form of the expression.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string GetExpressionString(
	StiVariable variable
)

Parameters

variable
Type: Stimulsoft.Report.DictionaryStiVariable
Variable for convertation.

Return Value

Type: String
Converted expression.
See Also