问题
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