Compartir a través de


Report.Date Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Date As DateTime 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces