Reputation: 1014
I'm working on a SSRS report which is to be exported in PDF as well as Excel 2003 formats.
In the report, I have a rectangle having several tables & text boxes with border style of all but rectangle marked as "None".
When I preview the report & export as PDF, the borders appear only around the rectangle & all the other elements within are borderless, but when I export it as Excel format, borders are mysteriously appearing around various text boxes out of nowhere.
Why is this happening at all?
Snapshot of PDF:
Snapshot of Excel:
Upvotes: 1
Views: 1249
Reputation: 1014
I finally managed a workaround for the same.
I got rid of rectangle
control & brought all the controls outside rectangle
.
Then I manipulated the borders again on all the elements & it worked as desired.
Please share, if you find a better potential solution.
Upvotes: 0
Reputation: 2105
I am afraid I don't know the answer to that particular question, but SSRS are known for having problems with Excel (and Word) rendering. In our case we decided to go with OfficeWriter
Upvotes: 0