If you are using a string parameter {?Month} with multiple, discrete values, you can create a formula for each column:
//{@col1}:
{?Month}[1]
//{@col2}:
{?Month}[2] //etc.
If the selections are entered as January and May, these will appear as the column headings.
-LB