Gets or sets page height.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public double Height { get; private set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Height As Double  | 
| Visual C++ | 
|---|
public: property double Height { double get (); void set (double value); }  |