Reporting Services Line Chart - let users choose lines
Posted
by Henrik
on Stack Overflow
See other posts from Stack Overflow
or by Henrik
Published on 2009-10-27T14:22:58Z
Indexed on
2010/04/05
3:03 UTC
Read the original article
Hit count: 296
reporting-services
|linechart
Hi,
I have a line chart with four lines:
- Total
- A
- B
- C
It is a only a limited number of lines, and I want to allow the user to specify via input parameters what lines to show (i.e. ShowTotal, ShowA, ShowB, ShowC booleans).
Can it be done, and how?
© Stack Overflow or respective owner