Gets and sets the height of the final control.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public double RenderHeight { get; set; }
Visual Basic (Declaration)
Public Property RenderHeight As Double
Visual C++
public:
property double RenderHeight {
	double get ();
	void set (double value);
}

See Also