开发者

RDLC Report - Show table and Chart for each row in the dataset

开发者 https://www.devze.com 2022-12-07 18:38 出处:网络
I have few reports created in ActiveReports which I am migrating to Microsoft RDLC report in开发者_Go百科 a ASP.NET Webpage. There is a table and chart in the report. The requirement is, if the datase

I have few reports created in ActiveReports which I am migrating to Microsoft RDLC report in开发者_Go百科 a ASP.NET Webpage. There is a table and chart in the report. The requirement is, if the dataset returns 2 rows, the report should have one row, the associated chart and then the other row and the associated chart. Can this be achieved using RDLC. I am able to split the rows, but the chart is only displaying once at the end. How do we group a row and chart together for one set of data.

RDLC Report - Show table and Chart for each row in the dataset

0

精彩评论

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