Gets the FieldItem object that specifies an X dimension field item for a selected sell.

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

Syntax

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

See Also