Does a report viewer require a report get its data from a telerik SqlDataSource (as opposed to the microsoft version)? I am currently using an asp SqlDataSource to provide information to my report. The report works fine when rendered manually using ReportProcessor.RenderReport() but doesn't render correctly when put into a report viewer. When put into a report viewer, i get this error:
An error has occured while processing Report '':
The expression contains object 'Test_Type' that is not defined in the current context.
An error has occured while processing Report '':
The expression contains object 'Test_Type' that is not defined in the current context.