Table of Contents

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

objectScriptItem

Derived

ContainerFieldItem

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

ScriptItems

Properties

Name

Item name

public virtual string Name { get; }

Property Value

string