Hi,

I'm using VS2008 and I'm trying to use ReportViewer in WinForm
applications.

I created a project containing a report that i have to load in a
ReportViewer control.
The ReportViewer control is in a different project so i referenced the
project where the report is contained as embedded resource.

I tried to load the report with this code:

ReportViewer.LocalReport.ReportEmbeddedResource =
"MyApp.Reports.MyReport.rdlc";

but when i try to load the report i receive the following error
message:

"The report definition for report 'MyApp.Reports.MyReport.rdlc' has
not been specified"

So, how can I solve this?

Tnx