Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the date and time that the report was generated.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ExecutionTime As DateTime
Get
'Uso
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
Valor de la propiedad
Tipo: System.DateTime
A DateTime object indicating the date and time that the report was executed.
Comentarios
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.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering