====== Creation of a map report ====== 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. {{:onboarding:reportingmanager:mspreportcode.png|}} Running this report will generate something similar to : {{:onboarding:reportingmanager:mapreport.png|}} 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. ===== Self Assessment ===== Generate a report that plots the location of all controllers on a map