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 or sets the date and time that the snapshot associated with the execution was created.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property ExecutionDateTime As DateTime
Get
Set
'Usage
Dim instance As ExecutionInfo
Dim value As DateTime
value = instance.ExecutionDateTime
instance.ExecutionDateTime = value
public DateTime ExecutionDateTime { get; set; }
public:
property DateTime ExecutionDateTime {
DateTime get ();
void set (DateTime value);
}
member ExecutionDateTime : DateTime with get, set
function get ExecutionDateTime () : DateTime
function set ExecutionDateTime (value : DateTime)
Property Value
Type: System.DateTime
A DateTime object containing the date and time that the snapshot associated with the execution was created.
Remarks
This property is only valid when the HasSnapshot property is true.