Gets or sets layout type.

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

Syntax

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

See Also