Draw chart for every row of the dataset in SSRS. Loop through dataset rows
Posted
by Rushme
on Stack Overflow
See other posts from Stack Overflow
or by Rushme
Published on 2010-04-15T09:48:54Z
Indexed on
2010/04/15
9:53 UTC
Read the original article
Hit count: 200
reporting-services
Hi,
Could anyone help me with how can we create chart for every row of the dataset in SSRS (rdl) !
Suppose the dataset has the following data
Name Age
------- -------
A 25
B 26
C 22
3 chart needs to be drawn for the x-axis/y-axis combination of A/25, B/26, C/22. How can I loop through rows of the dataset. And how can I restrict the chart to that particular data point. What would be the xsl expression corresponding to this functionality.
© Stack Overflow or respective owner