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.
Gets the date and time 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 that contains the date and time the report server last executed the report.
Remarks
The date and time represents the most recent snapshot that is captured in the report server database or SharePoint library.
The value for the LastExecuted property has a corresponding LastExecutedSpecified property that indicates whether this property should be omitted from the Web service call.
For more information about omitting properties, see Omitting Values for Optional Web Service Objects.