I am developing an asp.net mvc 5 web application. There is a class library only for telerik reports[no trdx]. I am using TypeReportSource to resolve report and NeedDataSource event of report file to fetch data from database. In the whole project i am using constructor injection(structuremap) technique but here Constructor injection is not working as telerik report only supports parameterless constructor.
How to pass data to DataSource of the report? I do not want to add separate IoC container for the class library as it is shared by multiple project with separate configuration.