Class ScriptItem
Represents very base class for Script elements ScriptItems collection contains elements of this type
Namespace: FastReport.Olap.Code
Assembly: FastReport.Olap.dll
Syntax
public abstract class ScriptItem
Constructors
ScriptItem(ScriptItems)
Declaration
public ScriptItem(ScriptItems owner)
Parameters
| Type | Name | Description |
|---|---|---|
| ScriptItems | owner |
Fields
owner
Declaration
protected ScriptItems owner
Field Value
| Type | Description |
|---|---|
| ScriptItems |
Properties
Name
Item name
Declaration
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |