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

In This Topic
    AutoRefresh Property (Report)
    In This Topic

     

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

     

    Syntax
    'Declaration
     
    Public Property AutoRefresh As Integer
    public int AutoRefresh {get; set;}

    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