how can I create a custom SSRS report shape?

◇◆丶佛笑我妖孽 提交于 2019-12-12 01:08:36

问题


I'm trying to create a simple SSRS map report in visual studio. I was using the built in map functionality to create one but I need to create custom regions that I will then overlay over a bitmap image of the US. How can i go about creating these custom regions? I need them to be dynamically colored based on sales data. Really lost, so I appreciate any help.


回答1:


For custom shapes, you either need to acquire the shape as an ESRI file or convert the shape to a SQL Server spatial data polygon. I have some tips here:

http://blog.datainspirations.com/2010/05/11/sql-server-2008-r2-reporting-services-the-word-is-but-a-stage-t-sql-tuesday-006/

http://blog.datainspirations.com/2011/03/24/multi-state-maps-in-reporting-services/

Bottom line - your only options are the built-in maps of the US, ESRI Shapefile, or SQL Server spatial data.



来源:https://stackoverflow.com/questions/11851656/how-can-i-create-a-custom-ssrs-report-shape

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