In This Topic
            
            Gets or sets the rate, in seconds, at which the report page (when rendered as HTML) automatically refreshes. Must be nonnegative. If omitted or zero, the report page should not automatically refresh. Max: 2147483647. Default: 0.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property AutoRefresh As Integer
             
        
            
            public int AutoRefresh {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also