Partilhar via


Propriedade do RDL ExecutionInfo.AutoRefreshInterval

Represents the rate, in seconds, at which a report page rendered as HTML automatically refreshes. Read-only.

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

Sintaxe

'Declaração
Public Property AutoRefreshInterval As Integer 
    Get 
    Set
'Uso
Dim instance As ExecutionInfo 
Dim value As Integer 

value = instance.AutoRefreshInterval

instance.AutoRefreshInterval = value
public int AutoRefreshInterval { get; set; }
public:
property int AutoRefreshInterval {
    int get ();
    void set (int value);
}
member AutoRefreshInterval : int with get, set
function get AutoRefreshInterval () : int 
function set AutoRefreshInterval (value : int)

Valor da propriedade

Tipo: System.Int32
A read-only integer value containing the amount of time, in seconds, between report refreshes.

Comentários

If this value is zero, the report page does not automatically refresh.

The maximum value for this property is 2147483647.

Consulte também

Referência

ExecutionInfo Classe

Namespace ReportExecution2005