Freigeben über


Report.Date-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Date As DateTime 
    Get
'Usage
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

Eigenschaftswert

Typ: System.DateTime
The date and time at which the report was executed.

Siehe auch

Verweis

Report Klasse

Microsoft.ReportingServices.Interfaces-Namespace