Partager via


Report.ExecutionTime Property

Gets the date and time that the report was generated.

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ExecutionTime As DateTime
public DateTime ExecutionTime { get; }
public:
property DateTime ExecutionTime {
    DateTime get ();
}
/** @property */
public DateTime get_ExecutionTime ()
public function get ExecutionTime () : DateTime

Valeur de propriété

A DateTime object indicating the date and time that the report was executed.

Notes

Nouveau :5 décembre 2005

The DateTime structure represents an instant in time, typically expressed as a date and time of day. For more information, see "DateTime Structure" in the MSDN Library.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace