다음을 통해 공유


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 네임스페이스