Click or drag to resize

ScriptCategoryReport Class

Represents a report intended to show categories of data when used in a ScriptContainer.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.ScriptingScriptReport
    Compiled.EDD.ScriptingScriptCategoryReport

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public class ScriptCategoryReport : ScriptReport

The ScriptCategoryReport type exposes the following members.

Constructors
 NameDescription
Public methodScriptCategoryReport Initializes a new instance of the ScriptCategoryReport class.
Top
Methods
 NameDescription
Public methodAddItem(CustomReportRow) Adds a new report entry to the list using an existing CustomReportRow instance.
Public methodAddItem(String, String, String) Adds a new report entry to the list.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCustomRows Gets a list of custom rows added to the report.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetNewReportItem Gets a new report item that can be added to the report later.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also