Hello all.
I am about to embark in using a report viewer in my .net page. I have a page that will search for a catgory, upon a button click, the category chosen will pass into the parameter of report viewer.
Now, given that I am a newbie to both SSRS and .net, I'd just like a bit of advice on how to tackle this.
Should I make the report in SSRS first and include the parameters in this report or can I make the report without the parameters specified, then programmatically enter this in the codebehind?
Basically, I know what I would like to do but not sure the best approach to take.
If anyone can offer advice, I would be most grateful.