Report.Date 属性

Gets the server date and time at which the report was executed.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.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.

请参阅

参考

Report 类

Microsoft.ReportingServices.Interfaces 命名空间