Search code examples
visual-studio-2010c#-4.0reporting-servicessql-server-2012-datatools

Integrate an SSRS with a C# app


I have a SSRS solution with a report and I'd like to integrate that report with an C# app that is in another solution. Could anybody you tell me how can I do that?, I'm using visual studio 2010.


Solution

  • The ReportViewer component allows you to add a report to a winform application, or you can always launch a web browser out of your application to the report server, passing parameters as needed.