ExecutionTime 属性
Gets the date and time that the report was generated.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property ExecutionTime As DateTime
Get
用法
Dim instance As Report
Dim value As DateTime
value = instance.ExecutionTime
public DateTime ExecutionTime { get; }
public:
property DateTime ExecutionTime {
DateTime get ();
}
member ExecutionTime : DateTime
function get ExecutionTime () : DateTime
属性值
类型:System. . :: . .DateTime
A DateTime object that indicates the date and time that the report was executed.
注释
The DateTime structure represents an instant in time, typically expressed as a date and time of day. For more information, see "DateTime Structure" in the MSDN Library.