ScriptTextReportAppendLine Method | |
Appends the specified text followed by a line terminator to the report..
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public void AppendLine(
string text
)
Parameters
- text
- Type: SystemString
The text data to add to report.
See Also