Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an easy way to rearrange tablix columns in SSRS design mode?

I have an SSRS report which contains more than 20 columns in a tablix. Our users have decided that the data is OK, but they want the columns moved around (sigh!).

It seems like it should be easy to re-arrange the columns (move column 3 to column 1, swap columns 4 & 5 etc.). But, drag and drop does not seem to work and the only solution seems to be deleting the original column and re-inserting it in the correct place (and re-applying any expressions & formatting already created for the column).

Is there any easier way of doing this? Please note that I don't want a programmatic solution, but just need to change it once in design mode.

like image 347
PaulStock Avatar asked Sep 28 '12 15:09

PaulStock


People also ask

How do I move columns in report builder?

You can cut and paste - click the column you want to move and cut with Control-X. Then select a different column and paste with Control-V. That will place the old column to the left of the selected column.

How do I sort data in SSRS report?

Go into the properties of your table (right-click, properties) and set the Sort property to be by completionDate in Ascending order. You can also Sort each group if you need to.

How do I change the layout of a SSRS report?

Open the report design in VS, Select from the top menu Report -> Report properties and then under Page setup, select Orientation as Landscape.


1 Answers

There is a way to move columns through the designer:

  1. insert the number of blank columns you want to move in your destination spot
  2. shift-left-click on the cells (NOT the header column) you want to move
  3. right-click and select the Cut command
  4. right-click on top of the destination columns and select Paste
  5. delete the now empty old columns
like image 79
Scott Blasingame Avatar answered Oct 28 '22 10:10

Scott Blasingame