Question : How do I create a list that automaticly resizes to fit the content?

I'm new to report designer in Microsoft SQL Server 2005 SQL Reporting Services.  I need to modify an existing report.  I want to add a multi-column list to the report that will automaticly expand to accomodate the number of items.

Since I'm a beginer, please provide as much detail as posible and point me to any online sources relevant to the solution.  THANKS!

Answer : How do I create a list that automaticly resizes to fit the content?

You can use Join(Fields!urfield.value,,",")....this will give you result like a,b,c ...
Random Solutions  
 
programming4us programming4us