简体   繁体   English

如何创建自定义SSRS报告形状?

[英]how can I create a custom SSRS report shape?

I'm trying to create a simple SSRS map report in visual studio. 我正在尝试在Visual Studio中创建一个简单的SSRS地图报告。 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. 真的迷路了,因此感谢您的帮助。

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. 对于自定义形状,您要么需要以ESRI文件形式获取形状,要么将形状转换为SQL Server空间数据多边形。 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/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/ 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. 底线-您唯一的选择是US,ESRI Shapefile或SQL Server空间数据的内置地图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM