Gets FieldItem which is the root of Y dimension.

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

Syntax

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

See Also