FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / OnPagesLoaded Method

In This Topic
    OnPagesLoaded Method (C1FlexReport)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPagesLoaded( _
       ByVal startIndex As Integer, _
       ByVal count As Integer _
    ) 
    protected virtual void OnPagesLoaded( 
       int startIndex,
       int count
    )

    Parameters

    startIndex
    count
    See Also