Property ExecutionTime
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
ExecutionTime
Gets or sets the instant the report runs at, which Globals!ExecutionTime,
Now() and Today() return. Null means the host did not supply one, and an
expression that reads it is refused with DXP9106 rather than given the clock.
public DateTime? ExecutionTime { get; set; }