I want to make a report based on stored procedure base on 3 parameters.
In Query field if I hard cord like.
Exec myStoredProce 1,2,3
It will work fine, If I don't want to hard cord if I want to pass those parameters from somewhere. what should I change in queries?
if I'm using asp.net MVC how can I pass parameters from it to jasper studio or server after publishing?