Partager via


Propriété Report.ExecutionTime

Gets the date and time that the report was generated.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ExecutionTime As DateTime 
    Get
'Utilisation
Dim instance As Report 
Dim value As DateTime 

value = instance.ExecutionTime
public DateTime ExecutionTime { get; }
public:
property DateTime ExecutionTime {
    DateTime get ();
}
member ExecutionTime : DateTime
function get ExecutionTime () : DateTime

Valeur de propriété

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

Notes

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.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering