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: 7.6.1.3-5cb5c356
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
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.
Public methodEquals
Determines 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also