A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
This is a general error meaning it couldn't load the report. There are any # of reasons why this could happen. Please post the relevant code that is failing. Specifically we're interested in what type of report you're using (server or local), how it is being loaded and how you're connecting data to it.
Capture the callstack at the point of failure. This will help narrow down if it is a problem finding a server-side report, report in a local path, issue getting data or rendering. Wrap the call in an exception handler and look at the exception details and any inner exceptions. The inner exceptions, if available, tend to provide the details of what the actual error is.