Click or drag to resize

StiCodeDomExpressionHelperConvertToString Method

Returns the text value as the script string.

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ConvertToString(
	StiCodeGenerator codeGenerator,
	string script,
	bool fullConvert,
	bool onlyText,
	StiComponent component,
	bool isTextExpression
)

Parameters

codeGenerator
Type: Stimulsoft.Report.CodeDomStiCodeGenerator
Code generator.
script
Type: SystemString
Script.
fullConvert
Type: SystemBoolean
If true then the value to be returned is the always string.
onlyText
Type: SystemBoolean
Process as simple text, without expressions.
component
Type: Stimulsoft.Report.ComponentsStiComponent
Component.
isTextExpression
Type: SystemBoolean
Expression is text expression.

Return Value

Type: String
Script string.
See Also