how to align all the tables of my SSRS report on both right and left sides?

  • I have an SSRS report comprised of two charts and 6 tables.

    I have placed the charts in a rectangle at the top and am able to control the amount of horizontal space they occupy.

    3 of the 6 tables have fixed width columns to accommodate numbers for each month of the year plus a couple more columns. These are the widest tables of the 6 and align well with each other and the rectangle above.

    Now, I need the remaining other 3 tables, having far fewer columns, to auto adjust their cell width so the the right and left sides of their respective tables are aligned with the prior tables.

    How to do align tables in a report?

  • I just found answer here

    http://social.msdn.microsoft.com/Forums/en-US/0c5a284a-8f4d-41a4-94cb-605dd2923e89/tablix-control-alignment

    "If I understand you correctly, you want to keep report control’s width same to original size even if you insert some columns. Basically, the control will increase the width to adapt the new column automatically, this is by design, to work around the issue, you could drag a table with just one column into report body, and then go on deleting the detail row and footer row. Now you have only one textbox of this table. Increase this text box to the width you want to set, and then drag your original control into this table’s textbox. In this way ,you could insert other columns, however the width of the control keep the same just like your desire, it will not increase to adapt the new columns."

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply