2using System.Threading.Tasks;
15 private readonly
int nrElements;
23 List<ReportObjectAttribute> Elements =
new List<ReportObjectAttribute>();
25 foreach (XmlNode N
in Xml.ChildNodes)
27 if (N is XmlElement E && E.LocalName ==
"Element")
31 this.elements = Elements.ToArray();
32 this.nrElements = this.elements.Length;
47 object[] Result =
new object[this.nrElements];
50 for (i = 0; i < this.nrElements; i++)
Defines a column in a table.
int NrElements
Number of elements in record.
TableRecord(XmlElement Xml)
Defines a column in a table.
async Task< object[]> Evaluate(ReportState State)
Evaluates the record definition.
Class containing the state of a report.
Variables Variables
Current set of variables.