ExecutionTime Property (C1RdlReport)
In This Topic
Gets the date/time when the report began generating. If this is a subreport then the master report's ExecutionTime
is returned.
Syntax
'Declaration
Public ReadOnly Property ExecutionTime As Date
public DateTime ExecutionTime {get;}
See Also