Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / AutoRefresh Property

In This Topic
    AutoRefresh Property
    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