I have a report that is used by a windows service and a form application. So, I want to put embed the report in a DLL file that can be used by both.
The problem is that
Just use the full namespace of the assembly, then folder names and then the name of the file:
rv.LocalReport.ReportEmbeddedResource = "My.Assembly.Namespace.Folder1.Folder2.MyReport.rdlc";
Then make sure the report file is set as an embedded resource using the properties pane.