0

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

user1441204
  • 1
  • 1
  • 4

2 Answers2

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