all groups > sql server reporting services > september 2005 >
You're in the

sql server reporting services

group:

Multiple columns?


Multiple columns? Brian Cesafsky
9/14/2005 3:28:44 PM
sql server reporting services: I have a SPROC that returns any number of vehicle options for a specific
vehicle.


I want to display the information in a multi-column fashion like this...

4speed Auto Windows Floor mats
Radio Bucket Seats Wheels



NOT like this

4speed
Auto Windows
Floor mats
Radio
Bucket Seats
Wheels


What control should I use, and how do I do it? I've tried for a while now
and can't find a solution.


Thanks in advance!

Brian


Re: Multiple columns? Bruce Johnson [MSFT]
9/15/2005 12:01:57 PM
Have you tried using the Table control. In your case, I think you will need
to add a second detail row.

--
Bruce Johnson [MSFT]
Microsoft SQL Server Reporting Services

This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: Multiple columns? Brian Cesafsky
9/16/2005 2:08:49 PM
yes, I tried that, but I must be doing something wrong... I just get the
same option repeated... like this...

4speed
4speed
Auto Windows
Auto Windows
Floor mats
Floor mats
Radio
Radio
Bucket Seats
Bucket Seats
Wheels
Wheels


[quoted text, click to view]

AddThis Social Bookmark Button