MindFusion.Reporting for Silverlight Programmer's Guide
IRenderTargetWithPages(T).Pages Property
See Also
 





Gets the UIElement objects representing the rendered report pages.

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

 Syntax

C#  Copy Code

T[] Pages { get; }

Visual Basic  Copy Code

ReadOnly Property Pages As T()

 Property Value

Gets an array of UIElement-derived objects, each of which represents a single page in the report.

 See Also

IRenderTargetWithPages(T) Members
IRenderTargetWithPages(T) Interface
MindFusion.Reporting.Silverlight Namespace