Report.Date Özelliği
Server tarih ve saat, Rapor çalıştırıldı.
Ad Alanı: Microsoft.ReportingServices.Interfaces
Derlemeler: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts içinde.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces içinde.dll)
Sözdizimi
'Bildirim
Public MustOverride ReadOnly Property Date As DateTime
Get
'Kullanım
Dim instance As Report
Dim value As DateTime
value = instance.Date
public abstract DateTime Date { get; }
public:
virtual property DateTime Date {
DateTime get () abstract;
}
abstract Date : DateTime
abstract function get Date () : DateTime
Özellik Değeri
Tür: System.DateTime
Tarih ve saat, Rapor çalıştırıldı.