|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, February 04, 2013 10:02 AM
Points: 18,
Visits: 181
|
|
Is it possible to create the charts dynamically in SSRS? Based on the inputs the no of charts needs to be created. If user select 5, then 5 charts needs to be generated, if 3 is selected only 3 charts needs to be generated. How to do this in SSRS 2005?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 10, 2013 3:57 AM
Points: 1,
Visits: 0
|
|
I know this is an old topic, but since I myself searched for a solution recently, here is what I found: this can be done by passing the number of charts as a parameter. Nevron Chart for SSRS supports unlimited number of chart areas so all charts can be displayed in a single chart report item. The visibility of the chart areas is specified based on the parameter. The width and height of the report item can also depend on the passed parameter.
You can also use a tablix/matrix report item and configure the chart inside the grid.
|
|
|
|