ExecutionTime propriété
Gets the date and time that the report was generated.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ExecutionTime As DateTime
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .DateTime
A DateTime object that indicates the date and time that the report was executed.
Notes
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.
Voir aussi