Name | Description | |
---|---|---|
![]() | Add | Adds a SubSection object to the collection. |
![]() | Contains | Overloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |
![]() | CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |
![]() | FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |
![]() | IndexByName | Gets the index of the element by its name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>) |
![]() | Remove | Removes a SubSection object from collection. |
![]() | RemoveAt | Removes item with specified index from the collection. |