Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tables in SSRS not aligning

I have a some tables displaying side by side. But I am having great difficulty in aligning them in the rendered view. When I export it, it looks different again!

Are there any easier ways to aligning them correctly apart from some extreme trial and error?

like image 274
K_McCormic Avatar asked Oct 14 '25 04:10

K_McCormic


1 Answers

The best way to control layout in Reporting Services is with Rectangles.

In your example, you can try moving your tables into a Rectangle object.

This affects report rendering, as the the report will render the objects within the Rectangle first relative to each other, then render and place other objects relative to the Rectangle, i.e. ignoring the objects within the Rectangle and treating them as one whole.

Every different export medium has its own challenges so it's no surprise that Reporting Services will sometimes give different results for the same report in different media; this method just reduces the decisions made when rendering.

like image 53
Ian Preston Avatar answered Oct 17 '25 05:10

Ian Preston



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!