Progress® Telerik® Reporting R1 2021
Group Class
Represents a class that defines a report group.
Inheritance Hierarchy
Namespace: Telerik.ReportingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
The Group type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Group |
Initializes a new instance of the
Group class with default settings.
|
![]() | Group(Boolean) |
Initializes a new instance of the
Group class with the specified
group header/footer creation option.
|
Properties
Name | Description | |
---|---|---|
![]() | BookmarkId |
Gets or sets a bookmark id for this group.
|
![]() | DocumentMapText |
Gets or sets a text to be displayed for this group in the document map.
|
![]() | Filters |
Gets a
FilterCollection
that defines the filter expression(s) for the
Group (Inherited from GroupBase.) |
![]() | GroupFooter |
Gets a GroupFooterSection
representing the group's footer section.
|
![]() | GroupHeader |
Gets a GroupHeaderSection
representing the group's header section.
|
![]() | Grouping | Obsolete. (Inherited from GroupBase.) |
![]() | Groupings |
Gets a
GroupingCollection
object that holds all
Grouping objects for
the group.
(Inherited from GroupBase.) |
![]() | GroupKeepTogether |
Set to FirstDetail to ensure that the group header and the first detail record
are printed on the same page of output,
or All to ensure that the entire group is printed on the same page of output.
If there is not enough space on the current page, then rendering will skip to the top of the next page.
|
![]() | Name |
Gets or sets the name of the group.
(Inherited from GroupBase.) |
![]() | Report |
Gets a Report
representing the group's owner report.
|
![]() | Sorting | Obsolete. (Inherited from GroupBase.) |
![]() | Sortings |
Gets a
SortingCollection
that defines the sort column(s), and their type and order for the
Group (Inherited from GroupBase.) |
![]() | TocText |
Gets or sets a text to be displayed for this group in the table of contents.
|
![]() | Visible |
Gets or sets a value indicating whether the group is displayed.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides GroupBaseEquals(Object).) |
![]() | Equals(Group) | |
![]() | GetHashCode | (Overrides GroupBaseGetHashCode.) |
![]() | ToString | (Inherited from GroupBase.) |
Remarks
The Group class represents a set of grouping criteria. It also acts as a logical holder of the GroupHeaderSection and GroupFooterSection of the group.
The Group objects of a report reside in the component tray.
Version Information
Supported in: 1.0.1