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

Subreports overlap when sections grow

3 Answers 208 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sunita
Top achievements
Rank 1
Sunita asked on 27 Jan 2017, 04:20 PM

Sections overlaps in Report if data is more similar to an earlier forum post.  It was fine in ver Q1 2015 SP1. In R3 2016  the sections overlap in the html viewer and in the pdf export. In  R3 2016 SPI the section overlaps only in the html viewer.  Could you let me know what can be done to fix this issue ?

 

 

3 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 27 Jan 2017, 05:40 PM
Hello Sunita,

Please double-check if the problem occurs only in web preview, by checking the Report Designer's design-time preview and to export in PDF.

If after the upgrade, there is overlapping only in web preview (HTML rendering), inspect the rendered HTML with F12 Developer Tools, and the Style Inheritance. Most probably there are CSS rules affecting the HTML of the report which you will have to override in the page with CSS.


In case the overlapping occurs in other formats, search the report for Anchoring and Docking settings and reset them. Also do not set items and sections Height|Width to zero units - Design Considerations for Report Item Layout. It is recommended to upgrade to R3 2016 SP1 or newer version.

Regards,
Stef
Telerik by Progress
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
0
Rafael
Top achievements
Rank 1
answered on 09 Oct 2017, 04:33 PM
Is there a fix for this overlap issue?  I am having the exact same problem where I am getting sections overlapped. I am on version Telerik Reporting R3 2017 (version 11.2.17.913) - 
0
Sunita
Top achievements
Rank 1
answered on 09 Oct 2017, 04:49 PM

Had to remove setting the details height to 0.01 as that was causing the overlapping of sections in my case.

// this.detail.Height = Unit.Inch(0.01);     

Tags
General Discussions
Asked by
Sunita
Top achievements
Rank 1
Answers by
Stef
Telerik team
Rafael
Top achievements
Rank 1
Sunita
Top achievements
Rank 1
Share this question
or