C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace : FieldCollection Class |
The following tables list the members exposed by FieldCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | Item | Overloaded. Gets the element at the specified index. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | Report | Gets the C1FlexReport object owning this collection. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a Field to the collection. This overload adds a legacy field type and is deprecated. |
![]() | Contains | Overloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | CopyTo | (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | IndexByName | Gets the index of the element by its name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | Remove | Overloaded. Removes a field from the collection. |
![]() | RemoveAt | Removes a field from the collection. |