I have a few RDLC files in my WPF application. When I publish the project, the report files don\'t get published, and when I try to access them with the client I get an erro
instead of using .ReportPath
reportViewer1.LocalReport.ReportEmbeddedResource="[Project Name].[FolderName if Exist].[ReportName].rdlc";