FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerPane Class / PageRefreshRate Property

In This Topic
    PageRefreshRate Property (C1FlexViewerPane)
    In This Topic
    Gets or sets the number of pages generated between the viewer refreshes its layout.
    Syntax
    'Declaration
     
    Public Property PageRefreshRate As Integer
    public int PageRefreshRate {get; set;}
    Remarks
    The bigger this number, the less time it takes to load the whole report, at the loss of some interactivity.
    See Also