Hi,
When I try to generate the rdlc report with enbedded manner, its giving error...But When I check it from a Local Path it's working good. Only for embedded report it's giving error... Any ideas for me?

Thanks

01. When I check the report1.rdlc properties,

Content = False ...Is it has to be true?

02. When I give the below command it's giving the error... Is it mistake?

reportViewer1->LocalReport->ReportEmbeddedResource = "MyReportProject::Report1.rdlc";

Thanks Again