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

In This Topic
    ReadPage Method
    In This Topic
    Reads next page from RPL stream, returns null if stream has no more pages.
    Syntax
    'Declaration
     
    Public Function ReadPage() As PageContentBase
    public PageContentBase ReadPage()
    See Also