'Declaration Public Property AutoRefresh As Integer
public int AutoRefresh {get; set;}
Report report = new Report(); report.AutoRefresh = 60; // Refresh every 60 seconds
Report Class Report Members