다음을 통해 공유


Date 속성

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

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
  Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces

구문

‘선언
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.