Click or drag to resize

ScriptTextReportAppend Method

Appends the specified text to the report.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public void Append(
	string text
)

Parameters

text
Type: SystemString
The text data to add to report.
See Also