Subscription.LastExecuted 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.
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.