Wednesday, March 7, 2012

Multiple columns?

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!
BrianHave 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.
"Brian Cesafsky" <brian.cesafsky@.autotrackerplus.com> wrote in message
news:O0IborWuFHA.2568@.TK2MSFTNGP15.phx.gbl...
>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
>
>|||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
"Bruce Johnson [MSFT]" <brucejoh@.online.microsoft.com> wrote in message
news:%23$aN0fiuFHA.2920@.TK2MSFTNGP10.phx.gbl...
> 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.
>
> "Brian Cesafsky" <brian.cesafsky@.autotrackerplus.com> wrote in message
> news:O0IborWuFHA.2568@.TK2MSFTNGP15.phx.gbl...
>>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
>>
>

No comments:

Post a Comment