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

Namespace:  PerpetuumSoft.Reporting.Wizards.PivotTableWizard
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.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