I'm trying to plot data to a shapefile in SSRS. I linked my SQL Server successfully and selected my Stored Procedure, but when I go to set my Spatial and Analytical Dataset Fields SSRS tells my
Procedure or function 'uspStoredProcedure' expects parameter '@eventId', which was not supplied.
I don't understand because I explicitly entered eventId
on the page directly before this, ran the query and everything came up just as expected.