How to integrate the ssrs reports in application?



How to integrate the ssrs reports in application?..

Answer / Neha Pandey

"To integrate SSRS (SQL Server Reporting Services) reports in an application, you can use the ReportViewer control. This control allows you to view, run, and interact with SSRS reports directly from your application. Here's a basic example using ASP.NET:

1. Install the Microsoft Report Viewer 2010 Redistributable via Web Platform Installer or manually.
2. Add the ReportViewer control to your ASP.NET form.
3. Create an instance of the ReportViewer and set its report source property (a Report object).
4. Run the report by calling ReportViewer.Render() method."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Why transaction is important?

1 Answers  


Find columns used in stored procedure?

1 Answers  


How to call stored procedure using http soap?

1 Answers  


What is database mirroring?

1 Answers  


Tell me the difference between clustered and non-clustered index?

1 Answers  


Define cross join in sql server joins?

1 Answers  


Explain what is sql server english query?

1 Answers  


on line cluster can we make if yes tell me the procedure

1 Answers   Microsoft,


How to add additional conditions in SQL?

1 Answers   Amdocs,


What is the difference between Userdefined function and stored procedure? Explain and give the example also

5 Answers  


How to define output parameters in stored procedures?

1 Answers  


How does using a separate hard drive for several database objects improves performance right away?

1 Answers  


Categories