Click or drag to resize

StiCodeDomExpressionHelperGetLexemFullRtf Method

Breaks the text value to the script and text.

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static List<string> GetLexemFullRtf(
	StiCodeGenerator codeGenerator,
	string script,
	StiRichText richText
)

Parameters

codeGenerator
Type: Stimulsoft.Report.CodeDomStiCodeGenerator

[Missing <param name="codeGenerator"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomExpressionHelper.GetLexemFullRtf(Stimulsoft.Report.CodeDom.StiCodeGenerator,System.String,Stimulsoft.Report.Components.StiRichText)"]

script
Type: SystemString

[Missing <param name="script"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomExpressionHelper.GetLexemFullRtf(Stimulsoft.Report.CodeDom.StiCodeGenerator,System.String,Stimulsoft.Report.Components.StiRichText)"]

richText
Type: Stimulsoft.Report.ComponentsStiRichText

[Missing <param name="richText"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeDomExpressionHelper.GetLexemFullRtf(Stimulsoft.Report.CodeDom.StiCodeGenerator,System.String,Stimulsoft.Report.Components.StiRichText)"]

Return Value

Type: ListString
Array of lexems.
See Also