Groups | Blog | Home
all groups > sql server reporting services > october 2006 >

sql server reporting services : parameters from asp.net


Julia
10/25/2006 6:28:02 AM
Hi

I am new to Reporting Services so I have a basic question. I would like to
start a report from an asp.net application, and I also want to send a
parameter to the report from the asp.net page. How do I do this. Is there a
nice example somehwere that I can look at.

Thanks
Ryan
11/1/2006 1:08:02 PM
If you don't mind using the querystring method it's pretty easy to pass in a
paramater.

http://msdn2.microsoft.com/en-us/library/aa256621(SQL.80).aspx

That should have everything you need.

From the URL Access Syntax:
http://server/virtualroot?[/pathinfo]&prefix:param=value[&prefix:param=value]...n]
Just drop the prefix: to pass it a report parameter.


[quoted text, click to view]
AddThis Social Bookmark Button