Click or drag to resize

CustomReportRowItemCategory Property

Gets or sets the category the report row is in.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public string ItemCategory { get; set; }

Property Value

String
Remarks
Default category is 'Report' if no category is set.
See Also