标签: reporting-services bing
我创建了一份SSRS报告,其中我正在使用地图和bing地图。 虽然我正在设计我可以放大和缩小,但我无法在报告预览中放大或缩小。 请建议如何在SSRS报告预览中包含缩放属性
答案 0 :(得分:1)
从SQL 2012开始,它不支持“开箱即用”。我最接近的是拥有一个Zoom参数并将其输入MapViewPort / View / Zoom属性。它不漂亮。
答案 1 :(得分:0)
以下是与您有关的其他一些页面问题 This stackoverflow question has a discussion regarding it. On this webpage there is step by step to implement the zoom using a parameter. The gentleman on this posting is using a custom webpage wrapped around an SSRS control to add panning and zoom