Compartir a través de


Report.ExecutionTime Property

Gets the date and time that the report was generated.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ExecutionTime As DateTime
public DateTime ExecutionTime { get; }
public:
property DateTime ExecutionTime {
    DateTime get ();
}
/** @property */
public DateTime get_ExecutionTime ()
public function get ExecutionTime () : DateTime

Valor de propiedad

A DateTime object indicating the date and time that the report was executed.

Notas

Nuevo:5 de diciembre de 2005

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.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace