Showing posts with label api. Show all posts
Showing posts with label api. Show all posts

Monday, March 12, 2012

integrate google map into reporting services report

Google Maps has an API described at http://www.google.com/apis/maps/ .
It would be nice to include the map within the report. I've achieved to
pass coordinates to the map though the map will start in a new window.
To achieve an integrated map I need to paste some javascript code as
described
within
http://www.google.com/apis/maps/documentation/ .
In what part of the xml code is it possible to paste the javascript
code and achieve a highly integrated webpage?Have you had any luck with this? I'd love to be able to do this exact same
thing, and am curious if you got it to work.
-Ben
"nickismyname" wrote:
> Google Maps has an API described at http://www.google.com/apis/maps/ .
> It would be nice to include the map within the report. I've achieved to
> pass coordinates to the map though the map will start in a new window.
> To achieve an integrated map I need to paste some javascript code as
> described
> within
> http://www.google.com/apis/maps/documentation/ .
> In what part of the xml code is it possible to paste the javascript
> code and achieve a highly integrated webpage?
>