kushubham9
New Member
I can see that there are many questions already asked regarding the same thing like:Binding a datasource to a rdl in report server programmatically - SSRSSSRS using Xml datasource [WCF], its possible, but is it advisable?and many others...But what I really want is to have your valuable opinion before I start something and finally find myself at a dead-end !I am developing reports in BIDS SSRS 2008 environment, VS 2010 for a Web application.with ReportViewer 10 having \[code\]ProcessingMode="Remote"\[/code\]Until now everything was ok.. passing parametetes to report, integrate with asp.net etc. i mean getting the data through SQL queries (and sometimes filtering through paramters). I could use Stored Procedures and all is working fine. But now there are reports which need to be generated based on the data selected by the user from a GridView on an asp.net webpageThat is, if a user selects 10 rows on a GridView and then clicks the print button, only those 10 rows (alongwith some other report specific data) should be shown in the report. That's what we have in the Legacy System which we are now upgrading.
and of course, this cannot be achieved through passing the parameters only, because selection of data on the GridView depends on the user .. there I am in a fix !So what can be the best approach for these kinds of situations ??Thanks in anticipation ! P.S (Edit): there are solutions out there but they are more pertaining to rdlc , and I am talking about rdl
and of course, this cannot be achieved through passing the parameters only, because selection of data on the GridView depends on the user .. there I am in a fix !So what can be the best approach for these kinds of situations ??Thanks in anticipation ! P.S (Edit): there are solutions out there but they are more pertaining to rdlc , and I am talking about rdl