This is a migrated thread and some comments may be shown as answers.

Controlling the page break in a report table.

6 Answers 1241 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ole
Top achievements
Rank 1
Ole asked on 04 Nov 2011, 12:50 PM
Hi.

In a details section in a report I have some data(put into text fields) that I am getting from  one query and a report table where I am getting data from another query.

What I want is to get the report table to always start right below the text fields.

However when the report table is of a certain size it automatically moves to next page leaving a big white gap after textfields. Seems like the report table is always trying to 'keep together. 

How can I get the table to start right after text fields and split over the pages ?.

Thanks

Ole.

6 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 04 Nov 2011, 03:23 PM
Hello Ole,

The report item's KeepTogether property is set to True and if the item (Table) can't fit on the current page, the report engine tries to render it on the next page. Thus a Page Break occurs. If the report item don't fit on the next page the report engine turns off the KeepTogether option.
For your scenario our suggestion is to set the KeepTogether to False on all items that you want to split.

Best wishes,
Peter
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

0
Mohammed
Top achievements
Rank 2
answered on 20 Mar 2013, 02:57 AM
Hi guys,
I have a chart and a table under it.
I want to display the chart in one page then the table item in another page when the user download the report.
how can i do that ?
Regards,
Mohammed
0
Peter
Telerik team
answered on 20 Mar 2013, 04:19 PM
Hello Mohammed,

You have to place the Chart and the Table in separate report sections and set the report section PageBreak property.

Greetings,
Peter
the Telerik team

Telerik Reporting Q1 2013 available for download with impressive new visualizations. Download today from your account.

0
Mohammed
Top achievements
Rank 2
answered on 23 Mar 2013, 11:57 PM
thanks very much
Regards,
Mohammed
0
Keletso
Top achievements
Rank 1
answered on 24 Aug 2017, 01:55 PM

Hi Mohammed

 

Did it work if it did can you explain you did it? Thanks.

Regards

Keletso Moselakgomo

0
Peter
Telerik team
answered on 28 Aug 2017, 03:01 PM
Hi Keletso,

You just have to add addition report groups. Every report group has a header and footer section that you can use to place you data items (tables and graphs). Then select the section and set it's PageBreak property.

Regards,
Peter
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Ole
Top achievements
Rank 1
Answers by
Peter
Telerik team
Mohammed
Top achievements
Rank 2
Keletso
Top achievements
Rank 1
Share this question
or