Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxLayoutControlReportLinkOptionsPagination.Groups Property

Specifies the manner in which the layout control groups are split across report pages.

#Declaration

Delphi
property Groups: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the Groups property to specify the manner in which the layout control groups are split across report pages. If a specific group is too wide or high to be entirely displayed within a single report page, then that group is split across the report pages. In this case, if the Groups option is active then the ExpressPrinting System attempts to display as many groups as possible within a single page.

The manner in which individual items are spread across the report pages is specified via the Items property.

If the report link’s ShrinkToPageWidth property value is True, then the Groups option is not in effect.

The default value of the Groups property is True.

See Also