FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Document Namespace / C1SSRSDocumentSource Class / Pages Property

In This Topic
    Pages Property (C1SSRSDocumentSource)
    In This Topic
    Gets the already generated pages.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property Pages As List(Of C1Page)
    protected override List<C1Page> Pages {get;}
    See Also