Class CodeErrorCollection
Collection of script errors
Inheritance
System.Object
System.Collections.CollectionBase
CodeErrorCollection
Namespace: FastReport.Olap.Code
Assembly: FastReport.Olap.dll
Syntax
public class CodeErrorCollection : CollectionBase, IList, ICollection, IEnumerable
Properties
Item[Int32]
Declaration
public CodeError this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
CodeError |
Text
Formatted text with all runtime errors
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Add(CodeError)
Declaration
public int Add(CodeError value)
Parameters
Type | Name | Description |
---|---|---|
CodeError | value |
Returns
Type | Description |
---|---|
System.Int32 |