ExecutionInfo.AutoRefreshInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.