[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.AutoRefresh

AutoRefresh Property

AutoRefresh

Gets or sets a report page automatic refresh period (in seconds).

Declaration
[Browsable(false)]
public int AutoRefresh { get; set; }
Property Value
Type Description
int

An int value indicating the period of the report page automatic refreshing.

Remarks

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.

Examples
Report report = new Report();
report.AutoRefresh = 60; // Refresh every 60 seconds