Gets or sets Page which is a page.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

Field Value

The page. The instance of Page class.

See Also