Tiny boxes appear when rendering SSRS reports in HTML viewed from Chrome

后端 未结 1 1217
失恋的感觉
失恋的感觉 2021-01-19 14:34

This this the current design of my report:

When I run it on different browser except for Chrome, it\'s looks almost ok (I have no idea why the HTML render i

1条回答
  •  遥遥无期
    2021-01-19 15:20

    It seems that the boxes are generated upon loading the page. It creates a gif image named "Blank.gif" here is the complete code when I entered 'Inspect Element':

    
    

    I solved it by just creating a CSS style that finds img elements in the body that matches the source of that image element with "Blank.gif" and then hides it.

    Here is my solution:

    
    

    0 讨论(0)
提交回复
热议问题