Właściwość ExecutionInfo.AutoRefreshInterval
Reprezentuje szybkości, w sekundach, w którym strona raportu odwzorowany jako HTML automatycznie odświeża.Tylko do odczytu.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property AutoRefreshInterval As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Czas w sekundach między odświeżania raportu zawierającego wartość całkowitą tylko do odczytu.
Uwagi
Jeśli ta wartość wynosi zero, strona raportu nie automatycznie odświeżać.
Maksymalna wartość dla tej właściwość to 2147483647.