FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SectionCollection Class
Properties Methods


In This Topic
    SectionCollection Class Members
    In This Topic

    The following tables list the members exposed by SectionCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from C1.Xaml.FlexReport.ReportObjectList<Section>)
    Public PropertyReturns a reference to the detail section of the report.  
    Public PropertyReturns a reference to the report footer section.  
    Public PropertyReturns a reference to the report header section.  
    Public PropertyOverloaded. Gets a section from a C1FlexReport.Sections collection by its Section.Type. Throws an exception if section with specified Section.Type not found.  
    Public PropertyReturns a reference to the page footer section of the report.  
    Public PropertyReturns a reference to the page header section of the report.  
    Public PropertyOverridden.   
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodCopies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets the item by its name, returns null if not found. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets a section from a C1FlexReport.Sections collection by its Section.Type. Returns null if section not found.  
    Public MethodGets the index of the element by its name. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodGets the index of the element. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Public MethodMoves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.Xaml.FlexReport.ReportObjectCollection<TItem>)
    Top
    See Also