Name | Description | |
---|---|---|
Group Constructor | Initializes a new instance of the Group class. |
The following tables list the members exposed by Group.
Name | Description | |
---|---|---|
Group Constructor | Initializes a new instance of the Group class. |
Name | Description | |
---|---|---|
GroupBy | Gets or sets the expression used to break records into groups. | |
KeepTogether | Specifies whether the group should be kept together on a page. | |
Name | Gets or sets the name of the object. (Inherited from C1.Win.FlexReport.ReportObject) | |
OutlineLabel | Gets or sets a ScriptStringValue yielding the label of the group in the outline tree. | |
OutlineParent | Gets 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. | |
ParentReport | Overridden. Gets the C1FlexReport object that contains this Group. | |
SectionFooter | Gets the Section representing the footer of this group. | |
SectionHeader | Gets the Section representing the header of this group. | |
Sort | Gets or sets the group's sort order. If SortExpression is specified, it is used for sorting, otherwise GroupBy is used. | |
SortExpression | Gets or sets the sort expression. Can be used to sort the group instances by an aggregate function. | |
Tag | Gets or sets arbitrary data associated with the object. (Inherited from C1.Win.FlexReport.ReportObject) |
Name | Description | |
---|---|---|
AssignFrom | Overridden. Assigns (copies) properties from another Group to the current object. |