0

There are many IE 11 SSRS compatibility issues reported. However I can't find any similar to mine:

  • rectangle not auto-stretched.
  • content following are not auto-positioned.

Better show than say. enter image description here

Jeb50
  • 6,272
  • 6
  • 49
  • 87

1 Answers1

0

Rectangle of SSRS 2008 R2, not expanding with its content (tablixes) in IE 9+. Don't know why. But here is the solution if anyone runs into similar problem:

Remove rectangle, format tablixes, give corresponding border a style from "none".

Details:

  1. Cut-n-paste all tablixes to outside somewhere in the report to preserve everything to avoid having to re-creating them.
  2. Select and delete the rectangle.
  3. Replace all tablixes back to where they were.
  4. Go properties, border, my case, give "solid" for left and right borders to all, and top border for the top one, bottom border for the bottom one.

One small catch, the bottom border never shows up, and can't use a simple line append to the bottom one either. However, it solves most of the problem.

Jeb50
  • 6,272
  • 6
  • 49
  • 87