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.Xaml.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | IndexByName | Gets the index of the element by its name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<FieldBase>) |
![]() | Remove | Overloaded. Removes a field from the collection. |
![]() | RemoveAt | Removes a field from the collection. |