SSRS 2008 - Uniform Chart Legends for multi-chart report

亡梦爱人 提交于 2019-12-12 01:54:10

问题


Okay, I have a report with multiple charts in it. I have tried a few different ways to get these charts to format the legend the same way, but i have failed. My goal is to make the legends have the same color scheme and ordering across the different charts.

Example, my chart show the count of projects in each of the following funding statuses - not funded, funded, and unknown. No matter what I do, the different charts that I am creating, display the different funding statuses in different order with dfferent colors attached to them. I am using one data source for all charts. Also, the first chart includes all data in the set while the other 3 apply different filters to the data.

Thanks for any help!


回答1:


That link is no longer up, take a look at this blog post: http://blog.hoegaerden.be/2009/10/25/pie-chart-techniques/

He basically stores the colors in the database and overrides the palette.

I answered a similar question here in more detail: Want to show legend just once for repeating charts in single page in ssrs



来源:https://stackoverflow.com/questions/1744856/ssrs-2008-uniform-chart-legends-for-multi-chart-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!