共用方式為


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.