Gets or sets Page which is a page.

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 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);
}

See Also