Table of Contents

Class ScriptItems

Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll

Base class for script items.

public class ScriptItems : CollectionBase

Inheritance

objectCollectionBaseScriptItems

Derived

Dimensions, Measures

Constructors

ScriptItems(Slice)

Creates a new instnace by slice.

public ScriptItems(Slice slice)

Parameters

slice Slice

Properties

Col

Column of current cell

public int Col { get; }

Property Value

int

Row

Row of current cell

public int Row { get; }

Property Value

int

this[int]

Gets script item by index.

public ScriptItem this[int index] { get; }

Property Value

ScriptItem

Methods

IndexOf(string)

Position of item with name in collection

public int IndexOf(string name)

Parameters

name string

item name

Returns

int

index of item with name or -1 if item not found