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

Blank Space in report

1 Answer 336 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michal Kuritka
Top achievements
Rank 1
Michal Kuritka asked on 18 Mar 2009, 01:01 PM
Good day,
 I made report with four subreports. My problem is, that if subreport is smaller than page height and higher than odded space on the actual  page, than will  be report  generated on the new page and odded part of actual page will be blank.

Following picture describes my situation
http://k0nd.sweb.cz/Reporting/BlankSpaceReport/blankSpaceReport.PNG

I tried to find solution but i was unsuccessful. I changed size of subreports and reports, but nothing helped me. I setted KeepTogether  property, but it did't help me too. 

My report lay-out is here:
http://k0nd.sweb.cz/Reporting/BlankSpaceReport/blankSpaceReportSettings.PNG

And finally, I made test report solution, which is similiar to my report with testing data. Behavior of this report is the same like my original report. Can anybody take a look at this.
Solution is here:http://k0nd.sweb.cz/Reporting/BlankSpaceReport/blankspaceReporting.zip

I found this document: http://www.telerik.com/support/kb/reporting/general/problem-telerik-reporting-renders-blank-pages.aspx 
but nothing helped.


Thank you
 kure256




1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 18 Mar 2009, 02:43 PM
Hi kure256,

"If subreport is smaller than page size and higher than odded space on the actual  page, than will  be subreport  generated on the new page and odded part of actual page will be blank."
This is partly true - indeed when the subreport's height is more than the space left on the current page, it would be moved to the next page and this is by design. However the other statement is kind of the opposite - the subreport would be moved to the next page if its report's width is greater than than the available page space.
Looking through your test project, we assume that you want to have report3 table data starting from the very first page. You can achieve that by setting the KeepTogether property of the subreport item to false. We noticed that you have already set the KeepTogether of the GroupHeader section, but this rule would apply only for non container items and the subreport is container for the inner report.

On a side note, please restrain from opening multiple threads on the same matter, as contrary to popular believe, they are not expedited but are further slowing us down.

Thank you for the understanding and we hope this helps.

Kind regards,
Steve
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Michal Kuritka
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or