ExecutionInfo.AutoRefreshInterval Property

Definition

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

public:
 property int AutoRefreshInterval { int get(); void set(int value); };
public int AutoRefreshInterval { get; set; }
member this.AutoRefreshInterval : int with get, set
Public Property AutoRefreshInterval As Integer

Property Value

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

Remarks

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

The maximum value for this property is 2147483647.

Applies to