SSRS & asp.net - passing parameters from .net to ssrs in report viewer
Posted
by Ricardo Deano
on Stack Overflow
See other posts from Stack Overflow
or by Ricardo Deano
Published on 2010-05-18T08:08:57Z
Indexed on
2010/05/18
8:10 UTC
Read the original article
Hit count: 1096
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.
© Stack Overflow or respective owner