Gets CellCreatingEventArgs..::.ItemInfo that contains data corresponding to the X dimension.
Namespace:
PerpetuumSoft.Reporting.DOM.OlapAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public CellCreatingEventArgs..::.ItemInfo XItem { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property XItem As CellCreatingEventArgs..::.ItemInfo |
Visual C++ |
---|
public: property CellCreatingEventArgs..::.ItemInfo^ XItem { CellCreatingEventArgs..::.ItemInfo^ get (); } |