Gets or sets page height.

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

See Also