Свойство AutoRefresh

Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property AutoRefresh As Integer
    Get
    Set
'Применение
Dim instance As Report
Dim value As Integer

value = instance.AutoRefresh

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

Значение свойства

Тип System. . :: . .Int32
An int value.