Hello,
I have two report with almost the same logic.
I used for the two report - same data controller, same data contract and same data provider.
In the data controller I chose the right report (by a flag parameter).
I did some debug, and find out that the controller set the right report, but when I run the report, the second report is running and not the right one.
I presume there is connection between dataprovider and report in ssrs server, so I duplicated the dataprovider class, build the cil + deploy of new report + restart the ssrs reporting service.
(Otherwise, how when running "computer" knows which datacontract, when running the datacontroller ? so, there must be a link between the report name and the dataprovider (in report design, I set the dataprovider, so here is the link, but probably that link is mapped somewhere when doing deployment. - Am I right?)
I have the problem, that wrong report is running.
Any ideas?
Thanks :)