FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader Namespace / RplReader Class / GetPage Method

In This Topic
    GetPage Method (RplReader)
    In This Topic
    Gets page with specified index from stream, before calling of this method all pages should be read via ReadPage() method.
    Syntax
    'Declaration
     
    Public Function GetPage( _
       ByVal pageIndex As Integer _
    ) As PageContent_10_3
    public PageContent_10_3 GetPage( 
       int pageIndex
    )

    Parameters

    pageIndex
    See Also