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


In This Topic
    Group Class Members
    In This Topic

    The following tables list the members exposed by Group.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Group class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the expression used to break records into groups.  
    Public PropertySpecifies whether the group should be kept together on a page.  
    Public PropertyGets or sets the name of the object. (Inherited from C1.Xaml.FlexReport.ReportObject)
    Public PropertyGets or sets a ScriptStringValue yielding the label of the group in the outline tree.  
    Public PropertyGets or sets the name of the object that will be the parent of the current group in the outline tree. If unspecified, the report hierarchy will be used to determine the parent.  
    Public PropertyOverridden. Gets the C1FlexReport object that contains this Group.  
    Public PropertyGets the Section representing the footer of this group.  
    Public PropertyGets the Section representing the header of this group.  
    Public PropertyGets or sets the group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used.  
    Public PropertyGets or sets the sort expression. Can be used to sort the group instances by an aggregate function.  
    Public PropertyGets or sets arbitrary data associated with the object. (Inherited from C1.Xaml.FlexReport.ReportObject)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another Group to the current object.  
    Top
    See Also