I have created an SSRS reports in which i'm using map along with bing map. while I'm designing i can able to zoom in and zoom out but i can't able to zoom in or out in the report preview. Kindly suggest how to include the zooming properties in SSRS Reports preview
Asked
Active
Viewed 2,890 times
2 Answers
1
It's not supported "out-of-the-box" as of SQL 2012. The closest I've gotten is to have a Zoom parameter and feed it into the MapViewPort / View / Zoom property. It's not pretty.

Mike Honey
- 14,523
- 1
- 24
- 40
0
Hi below are a some other pages relating to you question 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

Community
- 1
- 1

SQLBobScot
- 694
- 5
- 20