다음을 통해 공유


ExecutionTime 속성

보고서를 생성한 날짜와 시간을 가져옵니다.

네임스페이스:  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
보고서를 실행한 날짜와 시간을 나타내는 DateTime 개체입니다.

주의

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.