Hi, I have a small project in VS2010. In C# project, suppose I add one rdlc report to my project. Then after slecting the report ->properties I can find BuildAction property to have a "Embeded resource"... this will embed the report with that project. Really it has very useful.

In sameway, Iam writing a project in VC++ 2010 windows application. When I add report, I can't find this BuildAction property to select the "Embeded Resource"....Is it possible?

Thanks for the helps