I have a nested List(three layers in total) where the detail list or the deepest layer just display all the rows in one page. How can I control the row size in each Page?
Please help
Thanks
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 06 Mar 2012, 01:23 PM
Hi SHANE,
The report definition in general is a template, a static layout which rarely changes, and which (much like templates) has the characteristic to produce content with consistent look and feel across all report
sections. The detail section on the other hand acts as a repeater. Like repeaters, which are used to display a repeated list of data, a report displays data by applying “rules” (or “templates”) to the data and
then rendering that data in a layout that’s ultimately designed to be printed. Just like repeaters, individual data
items rendered in a report cannot be altered. The templates are defined and then applied to all data items the same way.
So the short answer to your question is that you cannot alter the detail size in each page. The size is the same among all pages.