Gets or sets DataCube settings serialized to XML format.

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

Syntax

C#
public string Layout { get; set; }
Visual Basic (Declaration)
Public Property Layout As String
Visual C++
public:
property String^ Layout {
	String^ get ();
	void set (String^ value);
}

See Also