How to align different Tablix in SSRS

SqlLearner picture SqlLearner · Jul 10, 2014 · Viewed 10.5k times · Source

I have a SSRS report in which i need to align multiple tablix in same Order as i need to export to EXCEL

The other tablix's is just a copy of the first tablix with only change of data set.But all the tablix will have same Columns.I need to align each column to the respective column in the other tablix. Can anyone help me in this?

After exporting in to excel,column1 of Tablix1 is not in Sync with Column1 of Tablix2,they are created in different Columns in Excel.

Answer

lethaljd picture lethaljd · Jul 10, 2014

I don't think you can do what you are proposing with two separate tablixes. I may be wrong, but I think you would need to change the underlying dataset or query being used to return the data (probably need to do a UNION or something) and display all of the data in the SAME tablix, which shouldn't be a huge problem since you are using the same columns. If you do it this way, you would use your row groupings to effectively section of the tablix so that the data has some separation.