Class CodeErrorCollection
Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll
Collection of script errors
public class CodeErrorCollection : CollectionBase
Inheritance
object ← CollectionBase ← CodeErrorCollection
Properties
Text
Formatted text with all runtime errors.
public string Text { get; }
Property Value
this[int]
Gets or sets code error by index.
public CodeError this[int index] { get; set; }
Property Value
Methods
Add(CodeError)
Adds code error to the collection.
public int Add(CodeError value)
Parameters
value
CodeError
Returns
Index of new element.