Gets or sets Document which is the report to which the page belongs.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public Document Document { get; private set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Document As Document  | 
| Visual C++ | 
|---|
public: property Document^ Document { Document^ get (); void set (Document^ value); }  |