Click or drag to resize

ScriptCategoryReportAddItem(CustomReportRow) Method

Adds a new report entry to the list using an existing CustomReportRow instance.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public void AddItem(
	CustomReportRow row
)

Parameters

row  CustomReportRow
The custom report row instance to add to the report.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when provided row instance is null.
Remarks
Use GetNewReportItem(String, String, String) to get report row instance that can be added here.
See Also