0
votes

enter image description hereIs there any way to add line on top of sub report in the main report SSRS and appear it on top of sub-report. I used to do it in MS access report it working fine. but in SSRS it appear always down (hiding) to the subreport.

can anybody help me. thank you,

1
Please post some more specific images on what you want. - Snowlockk
@Snowlockk added.... - nazark
I don't understand what you are asking for. Can you post a screenshot of the working MS access report and the broken SSRS report so we can see the differences? - Wes H
the vertical 2 lines should appear over the subreport, ie the table, - nazark

1 Answers

1
votes

What you are dealing with is an artifact of the method reports are rendered in SSRS. The default rendering engine is MHTML. In HTML, there is no easy way to layer elements atop one another so that they render consistently (I understand that with some advanced CSS it can be done in certain circumstances, but that how a given browser will interpret it will cause inconsistent results).

If you have taken the effort to put your sub-report so that it is behind the lines in layout, Those lines should show up on top if you choose to render the report in PDF rather than the default layout. I just tested this in SSRS 2016 and it works, not sure if it will work the same in earlier versions, but there a number of features (newspaper columns, etc.) which don't render properly in MHTML, but do in PDF.