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

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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);
}

Field Value

The pages.

See Also