Gets CellCreatingEventArgs..::.ItemInfo that contains data corresponding to the X dimension.

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

Syntax

C#
public CellCreatingEventArgs..::.ItemInfo YItem { get; }
Visual Basic (Declaration)
Public ReadOnly Property YItem As CellCreatingEventArgs..::.ItemInfo
Visual C++
public:
property CellCreatingEventArgs..::.ItemInfo^ YItem {
	CellCreatingEventArgs..::.ItemInfo^ get ();
}

See Also