Click here to Skip to main content
15,880,956 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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,

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

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

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

Thanks Again
Posted
Updated 28-Sep-17 3:33am

1 solution

Paramu1973,

I know this is an "old" question but can you share your C++ code on it? I'm working with trying to run RDLC report in my project and your code seems closer than mine so I'd like to see what and how you did it?

Thanks!
DEW
 
Share this answer
 
Comments
Richard Deeming 28-Sep-17 10:51am    
Not only is this an ancient question, your "solution" isn't even a solution!
DEW777 28-Sep-17 15:25pm    
Richard:

Can you point me toward some functional C++ code that uses RDCL ReportViewer as an example? I haven't been able to locate any good examples anywhere.

Thanks in advance!
DEW

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900