Click or drag to resize

StiLanguageGetGeneratedCodePos Method

Returns a position of the automatically generated script.

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void GetGeneratedCodePos(
	string text,
	out int index,
	out int length,
	StiLanguage language
)

Parameters

text
Type: SystemString
Text contains script.
index
Type: SystemInt32
Script position.
length
Type: SystemInt32
Script length.
language
Type: Stimulsoft.Report.CodeDomStiLanguage
Script language.
See Also