ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / AutoRefresh Property

In This Topic
    AutoRefresh Property (Report)
    In This Topic
    Gets or sets the rate at which the report page automatically refreshes, in seconds.
    Syntax
    'Declaration
     
    Public Property AutoRefresh As Integer
    public int AutoRefresh {get; set;}

    Property Value

    Integer indicating the rate at which the report page automatically refreshes.
    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.

    See Also