Click or drag to resize

ScriptCategoryReportGetNewReportItem Method

Gets a new report item that can be added to the report later.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public CustomReportRow GetNewReportItem(
	string category,
	string name,
	string value
)

Parameters

category  String
The category to associate to the report item.
name  String
The name of the value to report on.
value  String
The value to report.

Return Value

CustomReportRow
A new instance of CustomReportRow that can be added to the report using AddItem(CustomReportRow)
See Also