Forum Discussion
Shane1961
Jul 04, 2024Copper Contributor
Microsoft Reporting Services - (localdb)\MSSQLLocalDB
Using Reporting Services (project), I am able Create and Run reports. But I cannot deploy the project. (target report selected in properties) I am hoping to deploy the report (report project) fr...
Shane1961
Jul 06, 2024Copper Contributor
So I copied the RDL file into my WinForms Project, then renamed it to RDLC, and hey presto, ReportViewer worked. Initially, I inserted it as a resource file in My Project and from properties set Build Action = Embedded Resource. Only the latter was needed. Also, Copy If Newer was not needed, Do Not Copy worked. Now I can get a good nights sleep.