Gets a collection with all report pages.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
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.
See Also