MindFusion WinForms Programmer's Guide
Report.Pages Property
See Also
 





Gets a collection with all report pages.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public IList<Page> Pages { get; }

Visual Basic  Copy Code

Public ReadOnly Property Pages As IList(Of Page)

 Property Value

An instance of an IList(Page) collection that contains all pages in the report.

 See Also

Report Members
Report Class
MindFusion.Reporting Namespace