Share via


Report.AutoRefresh Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property AutoRefresh As Integer
    Get
    Set
'Usage
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)

Property Value

Type: System.Int32
An int value.