Gets a collection with all report pages.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public IList<Page> Pages { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Pages As IList(Of Page) |
An instance of an IList(Page) collection that contains all pages in the report.