Iam using VC++2010. I wish to have a Embedded rdlc report to my project...Really I tried in many places.. but not having a solution. Still confused...

In C# Simply we can have from Report1->Properties....BuildAction=Embedded Resource And, reportViewer1.LocalReport.ReportEmbeddedResource = "MyProject1.Report1.rdlc"; But in VC++ I can't find such property... I tried like the below

reportViewer1->LocalReport->ReportEmbeddedResource = "MyProject1.Report1.rdlc";

Its not working..

Thanks..