The grouping and sorting functions can help you
organize data within Crystal report files. Consumers of the report can more
easily access information that is classified and ordered based on common
fields. This section explains how to interact programmatically with the
grouping and sorting definitions in a report.
Classes used to group and sort
data
com.crystaldecisions.sdk.occa.report.application.RecordSortController
Controller for sorting records.
com.crystaldecisions.sdk.occa.report.data.Group
Object that represents a group.
com.crystaldecisions.sdk.occa.report.application.GroupSortController
Controller for sorting within groups.
com.crystaldecisions.sdk.occa.report.data.Sort
Object that represents a sort.