SSRS Maps-Spagetti Diagram
I would like to include a map into the SSRS .rdl. I only see bubble maps, etc, but what I am interested in is a map of the US that shows lines of movement from one state to another state. Is there such a spagetti map available to use in SSRS
2005 or 2008?
July 1st, 2011 10:27am
Hi BDinFL,
Since you are interested in a map of the US shows lines of movement from one state to another state, you can make use of MAP control as a new feature in SSRS 2008 R2, just add a Line Layer to map that displays paths or routes that are based on sets of line
coordinates, you should prepare Spatial data for Line Layer, Spatial data contains coordinates that define geographic or geometric elements. In a map, spatial data defines map elements: lines that define routes or paths, and points that define markers or pushpins.
For example, a point is an X and Y coordinate (X Y), a line is two sets of coordinates ((X1 Y1), (X2 Y2)), a polygon is four or more sets of coordinates where the first and last set of coordinates are the same ((X1 Y1), (X2 Y2), (X3 Y3), (X1 Y1)).
For more information about Types of Spatial Data, please see:
http://msdn.microsoft.com/en-us/library/bb964711.aspx
For more information about Maps (Report Builder 3.0 and SSRS), please see:
http://technet.microsoft.com/en-us/library/ee240845.aspx
Thanks,
Challen Fu
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2011 2:15am


