StiLanguageInsertGeneratedCode Method |
Inserts the automatically generated script from the text.
Namespace:
Stimulsoft.Report.CodeDom
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string InsertGeneratedCode(
string text,
string script,
StiLanguage language
)
Public Shared Function InsertGeneratedCode (
text As String,
script As String,
language As StiLanguage
) As String
Parameters
- text
- Type: SystemString
The text which will be inserted into the script. - script
- Type: SystemString
Script for embedding. - language
- Type: Stimulsoft.Report.CodeDomStiLanguage
Script language.
Return Value
Type:
StringText with inserted script.
See Also