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
 General SQL Server Forums
 New to SQL Server Programming
 How to create a report with parameters

Author  Topic 

duanecwilson
Constraint Violating Yak Guru

273 Posts

Posted - 2009-06-03 : 15:29:16
I am converting some reports from an application that uses SQL Server 2005 as a backend and creates its own reports from its own interfaces. I have been asked to create these reports right from Report Server. I took the SQL that the application was using, and it seems straight forward enough except for the fact that the Application creates the SQL on the fly based on the parameters chosen. Some are dates the user selects, but some are from comboboxes that use other SQL Server data for row sources. Can this be done in Report Server or do I have to create a front end to put in the parameters? Please help me to get started in this. Thank you.

Duane

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-06-03 : 15:37:43
Yes this can be done in reporting services.
Look here: http://msdn.microsoft.com/en-us/library/ms155917.aspx


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

- Advertisement -