[]
Gets or sets a report page automatic refresh period (in seconds).
[Browsable(false)]
public int AutoRefresh { get; set; }
Type | Description |
---|---|
int | An int value indicating the period of the report page automatic refreshing. |
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.
Report report = new Report();
report.AutoRefresh = 60; // Refresh every 60 seconds