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.