Gets or sets the pages contained in the report. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public PageCollection Pages { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Pages As PageCollection |
An instance of the PageCollection class containing the pages in the report.
See Also