Click or drag to resize

ScriptCategoryReportAddItem Method

Adds a new report entry that is not bound to the instance. This is useful when properties for reports need to be defined dynamically and are not known ahead of time.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public void AddItem(
	string category,
	string name,
	string value
)

Parameters

category
Type: SystemString
The category to associate to the report item.
name
Type: SystemString
The name of the value to report on.
value
Type: SystemString
The value to report.
See Also