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