User interface
Hi all i want to create an interface to capture user input. Is it possible to do so using SSRS 2008? Can any one help me with possible samples? thanks
November 2nd, 2010 4:31am

Hi romex, By design, SQL Server Reporting Services(SSRS) is used for rendering(showing) data only. Generally, we use the report parameters to capture the user's input. In the case, we want to allow the use the input some values to update the data in the database, and then refresh the report to show the latest data, we need to implement a custom .NET application. In the .NET application, capture the user's input, update them in the data source, and then use the ReportViewer control to render the report. For more information, please see: Adding Parameters to Your Report: http://msdn.microsoft.com/en-us/library/ms155917(v=SQL.100).aspx ReportViewer Controls (Visual Studio): http://msdn.microsoft.com/en-us/library/ms251671(VS.80).aspx If you have any more questions, please feel free to ask. Thanks, Jin ChenJin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2010 4:51am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics