1using System.Threading.Tasks;
32 string TableId = await this.tableId.Evaluate(State.
Variables);
34 await State.
Query.TableDone(TableId);
Reports a table to be complete.
TableComplete(XmlElement Xml, ReportFile Report)
Reports a table to be complete.
override async Task< bool > Execute(ReportState State)
Executes the report action.
Abstract base class for report actions.
ReportFile Report
Parsed report containing the report action.
Contains a parsed report, as defined in a report file.
Class containing the state of a report.
Variables Variables
Current set of variables.
Query Query
Current query object reference.