Gets or sets Page which is a page.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: 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); } |