I have a reporting service report and I can't seem to figure out how to reorder the columns in the table control. Is this possible with editing the rdl file directly?
A:
It looks like you can copy and paste the contents of existing columns into new columns, though this isn't exactly what I looking for.
JasonHorner
2009-08-31 18:10:01
What exactly are you looking to do? Are you trying to re-order them programatically?
Jon
2009-08-31 18:16:18
+1
A:
You can highlight a column (make sure to hightlight the entire column) then rightclick->CUT. Then highlight another column and rightclick->PASTE. The column will paste itself to the left of the column you had highlighted.
This is the quickest way to re-order a column.
Jon
2009-08-31 18:19:42