ExecutionTime Propiedad
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 that indicates the date and time that the report was executed.
Notas
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