ComponentOne ASP.NET MVC Controls
FieldItemFactory Constructor

C1.Web.Mvc.Olap.Fluent Namespace > FieldItemFactory Class : FieldItemFactory Constructor
The specified collection.
Initializes an instance of the FieldItemFactory class by using the specified collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal list As IList(Of PivotFieldBase) _
)
public FieldItemFactory( 
   IList<PivotFieldBase> list
)

Parameters

list
The specified collection.
See Also

Reference

FieldItemFactory Class
FieldItemFactory Members