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.Items Property

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

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Use the Items property to specify the manner in which the layout control items 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 Items option is active then the ExpressPrinting System attempts to display in their entirety as many items as possible within a single page.

The manner in which layout control groups are spread across the report pages is specified via the Groups property.

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

The default value of the Items property is True.

See Also