Represents the collection of FieldItem.

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

Syntax

C#
public class FieldItemCollection : SortedList
Visual Basic (Declaration)
Public Class FieldItemCollection _
	Inherits SortedList
Visual C++
public ref class FieldItemCollection : public SortedList

Inheritance Hierarchy

System..::.Object
  System.Collections..::.SortedList
    PerpetuumSoft.Reporting.Data.Olap..::.FieldItemCollection

See Also