MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / AutoRefresh Property
Example

AutoRefresh Property (Report)

 

Caution: This property is not yet implemented. Please ignore.

 

Syntax
'Declaration
 
Public Property AutoRefresh As Integer
 

Property Value

An System.Int32 value indicating the period of the report page automatic refreshing.
Remarks
 
Example
Report report = new Report();
report.AutoRefresh = 60; // Refresh every 60 seconds
See Also