Gets or sets the rate at which the report page automatically refreshes, in seconds.
| Visual Basic (Declaration) | |
|---|---|
Public Property AutoRefresh As Integer | |
| C# | |
|---|---|
public int AutoRefresh {get; set;} | |
Return Value
An Integer indicating the rate at which the report page automatically refreshes.
The value must be non-negative.
If the property value is omitted or is zero, the report does not automatically refresh.
The maximum value is 2147483647 seconds.