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 |
Why transaction is important?
Find columns used in stored procedure?
How to call stored procedure using http soap?
What is database mirroring?
Tell me the difference between clustered and non-clustered index?
Define cross join in sql server joins?
Explain what is sql server english query?
on line cluster can we make if yes tell me the procedure
How to add additional conditions in SQL?
What is the difference between Userdefined function and stored procedure? Explain and give the example also
How to define output parameters in stored procedures?
How does using a separate hard drive for several database objects improves performance right away?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)