August 15, 2013 at 9:43 am
Dear friends,
I have created a report with 200 columns in SSRS visual studio tool, now the cleint wants me to change the COLUMN WIDTH for all 200 columns to '20' but in SSRS 2008 Visual Studio , the Properties does not have a property to do this for all Columns at once instead I see a manula effort to drag the column width for each individual column one at a time .
Hence would be much obliged if any expert suggestion on how to do this please?
thanks
Dhananjay
August 15, 2013 at 9:59 am
just for fun, I tried editting the xml, seemed to have worked. Not sure how adviseable it is ๐
<TablixColumn>
<Width>2in</Width>
</TablixColumn>
edit: I'm not an SSRS expert so feel free to ignore this post!
August 15, 2013 at 10:51 am
You can do a search and replace in the XML. As long as you don't mess with the schema and it's valid. In VS you can do a "view code" on the RDL to get the XML text, and changing in XML will change the GUI presentation of it as well. If the width value is the same doing a search and replace would probably be the easiest. Don't do a "Replace All" or you'll probably end up with a big headache.
200 columns seems a lot for report. Doesn't seem very useful of a report if they have to look at 200 columns. It sounds more like something you'd do for extracting data into another system in which case an ETL package with SSIS would probably be better.
---------------------------------------------------------------
Mike Hahn - MCSomething someday:-)
Right way to ask for help!!
http://www.sqlservercentral.com/articles/Best+Practices/61537/
I post so I can see my avatar :hehe:
I want a personal webpage ๐
I want to win the lotto ๐
I want a gf like Tiffa :w00t: Oh wait I'm married!:-D
June 11, 2019 at 4:00 pm
To change the width of multiple columns in one go, the simplest way is to select all the target columns (by press & hold Shift or Ctrl button then click column/value cell)ย ->ย then press 'F4' to open the Properties window-paneย -> (under Size) expand "Width" change the width to desired numbers/units.ย This is way straighter forward than updating the (fiddly) XML.
I realise this is an old post but may help someone else.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply