Gets and sets the measure unit for the document.

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

Syntax

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

See Also