C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FieldCollection Class


In This Topic
FieldCollection Class Methods
In This Topic

For a list of all members of this type, see FieldCollection members.

Public Methods
 NameDescription
Public MethodOverloaded. Adds a Field to the collection. This overload adds a legacy field type and is deprecated.  
Public MethodOverloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>)
Public MethodCopies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>)
Public MethodGets the item by its name, returns null if not found. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>)
Public MethodGets the index of the element by its name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>)
Public MethodGets the index of the element. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>)
Public MethodMoves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>)
Public MethodOverloaded. Removes a field from the collection.  
Public MethodRemoves a field from the collection.  
Top
See Also