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.