Search
Report.Pages Property
See Also
 





Gets or sets the pages contained in the report. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public PageCollection Pages { get; set; }

Visual Basic  Copy Code

Public Property Pages As PageCollection

 Property Value

An instance of the PageCollection class containing the pages in the report.

 See Also