Skip to main content

TdxLayoutControlReportLinkOptionsPagination.Items Property

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

Declaration

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