Subscription.LastExecuted Property

Definition

The date and time that the report server last executed the report.

public:
 property DateTime LastExecuted { DateTime get(); void set(DateTime value); };
public DateTime LastExecuted { get; set; }
member this.LastExecuted : DateTime with get, set
Public Property LastExecuted As DateTime

Property Value

A DateTime value containing the date and time that the report server last executed the report.

Remarks

The date and time represent the most recent snapshot that is captured in the report server database.

Applies to