Initializes a new instance of the CellCreatingEventArgs..::.ItemInfo class.

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

Syntax

C#
public ItemInfo(
	Field field,
	Object value
)
Visual Basic (Declaration)
Public Sub New ( _
	field As Field, _
	value As Object _
)
Visual C++
public:
ItemInfo(
	Field^ field, 
	Object^ value
)

See Also