Author: Colm Carew
Map reports do not work in the local Report Builder so I suggest generating all SQL and numeric results you require in a table report first then adding the code to the report in the Reporting Manager.
In order to create a map report create a new report in the Reporting Manager and click Map as the type.
Running this report will generate something similar to :
The key to this report is the add method of the MapResult Class. This add method accepts a MapRecord Object. A MapRecord Object contains a name, description, Latitude and Longitude. In order for this report to function correctly the lat and lngs must be valid.
Generate a report that plots the location of all controllers on a map