Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 user input in ssrs

Author  Topic 

saru_dhiv
Starting Member

4 Posts

Posted - 2010-01-11 : 01:22:13
Hi

Is it possible to get input from user in a ssrs report...if yes...how???

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-01-11 : 06:31:49
In the "Report Data" tool pane of Visial Studio right click "Parameters" node, then click "Add Parameter..."


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-01-11 : 06:37:53
Also see here:
http://msdn.microsoft.com/en-us/library/aa337432.aspx


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

saru_dhiv
Starting Member

4 Posts

Posted - 2010-01-11 : 07:48:23
I actually want the user to enter some values at run time..and store those values in a database..is tat possible???

B.saranya
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-01-11 : 07:58:27
No. A report isn't a GUI to store data.
A report is for reporting.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-01-11 : 10:50:27
quote:
Originally posted by saru_dhiv

I actually want the user to enter some values at run time..and store those values in a database..is tat possible???

B.saranya


can i ask need of such a requirement?
Go to Top of Page

saru_dhiv
Starting Member

4 Posts

Posted - 2010-01-11 : 23:43:19
we are supposed to design a feedback report....

B.saranya
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-01-11 : 23:46:52
You'll instead need to write an application to provide this feedback. Reports aren't designed for your business requirement.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -