Gets FieldsCollection that contains fields for building pivot table facts.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public FieldsCollection Facts { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Facts As FieldsCollection |
Visual C++ |
---|
public: property FieldsCollection^ Facts { FieldsCollection^ get (); } |