Gets the UIElement objects representing the rendered report pages.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
T[] Pages { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property Pages As T() |
Gets an array of UIElement-derived objects, each of which represents a single page in the report.
See Also