Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the most recent time the report is executed.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ExecutionTime As DateTime
Get
'Usage
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
Property Value
Type: System.DateTime
A DateTime object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace