Partilhar via


Propriedade do RDL ExecutionInfo.ExecutionDateTime

Gets or sets the date and time that the snapshot associated with the execution was created.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (em ReportExecution2005.dll)

Sintaxe

'Declaração
Public Property ExecutionDateTime As DateTime 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.DateTime
A DateTime object containing the date and time that the snapshot associated with the execution was created.

Comentários

This property is only valid when the HasSnapshot property is true.

Consulte também

Referência

ExecutionInfo Classe

Namespace ReportExecution2005