Gets or sets whether a single fact caption should be visible.

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

Syntax

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

See Also