FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / PageRefreshRate Property

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