Gets or sets IList<(Of <(Page>)>) which are report pages.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public IList<Page> Pages { get; private set; }
Visual Basic (Declaration)
Public Property Pages As IList(Of Page)
Visual C++
public:
property IList<Page^>^ Pages {
	IList<Page^>^ get ();
	void set (IList<Page^>^ value);
}

See Also