Gets or sets measure units.

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

Syntax

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

See Also