Skip to main content

TdxLayoutControlReportLinkOptionsPagination.Groups Property

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

Declaration

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