Gets or sets the value indicating whether child items will be displayed.

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

Syntax

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

See Also