Udostępnij przez


Właściwość Report.ExecutionTime

Pobiera Data i czas wygenerowany raport.

Przestrzeń nazw:  Microsoft.ReportingServices.ReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ExecutionTime As DateTime
    Get
'Użycie
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

Wartość właściwości

Typ: System.DateTime
A DateTime obiekt wskazujący data i czas raportu zostało wykonane.

Uwagi

Dataczas struktury reprezentuje moment w czas, zwykle wyrażona jako data i czas dnia.Aby uzyskać więcej informacji zobacz "DateTime struktura" w bibliotece MSDN.