Class ScriptItem
Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll
Represents very base class for Script elements ScriptItems collection contains elements of this type
public abstract class ScriptItem
Inheritance
Derived
Constructors
ScriptItem(ScriptItems)
Creates a new instnace ov script item with owner.
protected ScriptItem(ScriptItems owner)
Parameters
owner
ScriptItems
Fields
owner
Owner of instance
protected readonly ScriptItems owner
Field Value
Properties
Name
Item name
public virtual string Name { get; }