Freigeben über


ExecutionTime-Eigenschaft

Ruft das Datum und die Uhrzeit ab, an denen der Bericht generiert wurde.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ExecutionTime As DateTime
    Get
'Usage
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

Eigenschaftswert

Typ: System. . :: . .DateTime
Ein DateTime-Objekt, das das Datum und die Uhrzeit der Berichtsausführung angibt.

Hinweise

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.