1using System.Threading.Tasks;
32 await this.parsed.EvaluateAsync(State.
Variables);
Executes script when report is being executed.
override async Task< bool > Execute(ReportState State)
Executes the report action.
ReportScript(XmlElement Xml, ReportFile Report)
Executes script when report is being executed.
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.
Class managing a script expression.