开发者

Draw chart for every row of the dataset in SSRS. Loop through dataset rows

开发者 https://www.devze.com 2022-12-27 03:58 出处:网络
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

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

------- 开发者_StackOverflow社区 -------

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.


put a chart in a list control. Group by the dataset fields. and it should repeat

0

精彩评论

暂无评论...
验证码 换一张
取 消