Click or drag to resize

StiReportObjectStringConverterConvertExpressionToString Method

Convets expression into string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public string ConvertExpressionToString(
	StiExpression expr
)

Parameters

expr
Type: Stimulsoft.Report.ComponentsStiExpression
Expression for conversion.

Return Value

Type: String
String got as result of conversion.
See Also