I recently just upgraded from Telerik_Reporting_2009_1_430_trial.msi to Telerik_Reporting_2009_2_701_dev.msi. I followed all of the steps listed at (http://www.telerik.com/help/reporting/installation-upgrading-trial-to-dev.html) . I have a report called MasterReport.cs that contains various subreports. It appears now when viewing the MasterReport.cs in design time (through VS 2008) the data for the sub reports is not showing. (Header sections for the sub reports do however...)
Whats even weirder is I view the report through a report viewer on a web page everything (including the data for the sub reports) displays fine. So one thing I noticed right away was in my class library project(the ones containing the reports) I can no longer reference the telerik.reporting.processing namespace as I was before upgrading. In the trial version ,I believe there was a seperate .dll for this namespace whereas now it exists in the telerik.reporting.dll. (telerik.reporting.dll I have infact already referenced)
i believe this is where the problem maybe as I have no way to reference the telerik.reporting.processing namespace. In my masterreport.cs I also use objects from this namespace it in the NeedDataSource even to set datasource for subreports. Still not sure why it works on the web page however. So I guess my questions are 1) Is there a way to reference telerik.reporting.processing in my class library project? 2) Could it be something else that is causing this weird behavior.
Whats even weirder is I view the report through a report viewer on a web page everything (including the data for the sub reports) displays fine. So one thing I noticed right away was in my class library project(the ones containing the reports) I can no longer reference the telerik.reporting.processing namespace as I was before upgrading. In the trial version ,I believe there was a seperate .dll for this namespace whereas now it exists in the telerik.reporting.dll. (telerik.reporting.dll I have infact already referenced)
i believe this is where the problem maybe as I have no way to reference the telerik.reporting.processing namespace. In my masterreport.cs I also use objects from this namespace it in the NeedDataSource even to set datasource for subreports. Still not sure why it works on the web page however. So I guess my questions are 1) Is there a way to reference telerik.reporting.processing in my class library project? 2) Could it be something else that is causing this weird behavior.