Report.ExecutionTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the date and time that the report was generated.
public:
property DateTime ExecutionTime { DateTime get(); };
public DateTime ExecutionTime { get; }
member this.ExecutionTime : DateTime
Public ReadOnly Property ExecutionTime As DateTime
Property Value
A DateTime
object indicating the date and time that the report was executed.
Remarks
The DateTime
structure represents an instant in time, typically expressed as a date and time of day. For more information, see "DateTime Structure" in the MSDN Library.