Partager via


Propriété LastExecuted

Gets the date and time the report server last executed the report.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property LastExecuted As DateTime
    Get
    Set
'Utilisation
Dim instance As Subscription
Dim value As DateTime

value = instance.LastExecuted

instance.LastExecuted = value
public DateTime LastExecuted { get; set; }
public:
property DateTime LastExecuted {
    DateTime get ();
    void set (DateTime value);
}
member LastExecuted : DateTime with get, set
function get LastExecuted () : DateTime
function set LastExecuted (value : DateTime)

Valeur de propriété

Type : System. . :: . .DateTime
A System..::..DateTime value that contains the date and time the report server last executed the report.

Notes

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 Omission de valeurs pour les objets de service Web facultatifs.