Gets or sets field column width.

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

Syntax

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

See Also