Table of Contents

Class CodeErrorCollection

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

Collection of script errors

public class CodeErrorCollection : CollectionBase

Inheritance

objectCollectionBaseCodeErrorCollection

Properties

Text

Formatted text with all runtime errors.

public string Text { get; }

Property Value

string

this[int]

Gets or sets code error by index.

public CodeError this[int index] { get; set; }

Property Value

CodeError

Methods

Add(CodeError)

Adds code error to the collection.

public int Add(CodeError value)

Parameters

value CodeError

Returns

int

Index of new element.