Свойство Date
The server date and time at which the report was executed.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property Date As DateTime
Get
'Применение
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
Значение свойства
Тип System. . :: . .DateTime
The date and time at which the report was executed.
См. также