Is it possible to integrate SSRS reports to the webforms..an example will be enough to keep me moving.
|
|
|
|
|
|
|
Be warned that you will lose some functionality such as the parameter selection stuff when you do not use the URL Access method.
|
||
|
|
|
|
Absolutely it is. What you are looking for is the ReportViewer control, located in the Microsoft.Reporting.WebForms assembly. It will allow you to place a control right on your web form that will give people an interface for setting report parameters and getting the report. Alternatively you can set all the parameters yourself and output the report in whatever format you need. We use it in our application to output PDF. For instance - this is how we setup a reportviewer object for one of our reports and get the PDF, and then send it back to the user. The particular code block is a web handler.
|
||
|
|
|
|
this is a knowledge base article which describes how to render report output to an aspx page in a particular file format. |
||
|
|
|
|
|
||
|
|
