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

report page render problem

1 Answer 117 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Qixiong Zhen
Top achievements
Rank 1
Qixiong Zhen asked on 09 Feb 2010, 08:11 PM
Telerik team,
I programmatically generate a report page, in which there is 3 charts and 2 tables.
When browser render this page, the first page only display the header section, the detail and footer section always go to the second page.  I would like  the the detail section to be displayed inside the first page too.
I searched the forum and found the problem may be solved by the article:
http://www.telerik.com/support/kb/reporting/general/problem-telerik-reporting-renders-blank-pages.aspx

I try all the solutions inside the article, except the one that remove the header section, none can solve my problem.

My problem is :
    can I split the report page in multiple page programmatically so that each page will have charts or spreadsheets be displayed

or does telerik report provide multiple detail sections to solve my page render problem.

if so, can you provide some example ?

Thanks in advance!

Qixiong

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 12 Feb 2010, 02:26 PM
Hello Qixiong Zhen,

If you need the header section you could create an unbound group with group property GroupKeepTogether set to All and use the group header instead of the report header. You can find more info about the HTML peculiarities in the Design Considerations for HTML Rendering article.

If you need to separate logically a Report into more than one page you could create a Report Book with two or more Reports in it.

Let me know whether further help is needed.

Greetings,
Peter
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Qixiong Zhen
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or