vote up 0 vote down star

Hi

I'm looking for a parameter which allows a user to select the chart type (X-Y scatter plot, bar plot, line plot etc.) from a drop down menu on a website which is interfaced with SQL Server Reporting Services.

Is there any such parameter available? If not then are there any other means to accomplish it?

I'm using SQL Server 2008 and Visual Studio 2008. Is it also doable on SQL Server 2005 and Visual Studio 2005?

cheers

flag

1 Answer

vote up 0 vote down

I'm pretty new at SSRS, but it seems that you could have a parameter which is just a droplist of hard-coded values ("bar","pie","line",etc) and then have the report actually contain all of the charts - but conditionally hide all except the chosen one.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.