After struggling with BIDS to accomplish this, my question here:
In SSRS 2008, I'm using a matrix with a column group on selected months. The first column is the first selected month, and twelve months after a new table is started:
Month | Mar11 May11 Apr11 Jun11 Jul11 Aug11 Sep11 Oct11 Nov11 Dec11 Jan12 Feb12
------+------------------------------------------------------------------------
Cat.1 | 3 4 5 7 8 9 1 3
Cat.2 | 4 2 3 6 1 3 2 5
Month | Mar12 May12 Apr12
------+------------------------------------------------------------------------
Cat.1 | 3 2 1
Cat.2 | 4 1 7
This gives a neat table, and when the table's "repeated" (simulated with a large row group), the table is neatly displayed over the full width. However, when selecting only one month, the layout is too narrow and looks rather lame:
Month | Mar
------+----
Cat.1 | 3
How do I create a matrix that having a fixed width (namely, the width of 12 columns), disregarding how many months are selected?