MindFusion.Reporting for Silverlight Programmer's Guide
Report.Pages Property
See Also
 





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

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 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

Report Members
Report Class
MindFusion.Reporting.Silverlight Namespace