Subscription.LastExecuted Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

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

Property Value

Type: System.DateTime

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.

See Also

Subscription Class
ReportService2005 Namespace

Return to top