Gets a fact by which a pivot table was sorted.

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

Syntax

C#
public Field SortedFact { get; }
Visual Basic (Declaration)
Public ReadOnly Property SortedFact As Field
Visual C++
public:
property Field^ SortedFact {
	Field^ get ();
}

See Also