Report.ExecutionTime Property

Definition

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.

Applies to