I am using VS 2017 and was trying to use a function from a website created in VS 2010. I tried to add the following Imports statement at the top of a class and am getting an error "Namespace or type specified in the Imports 'Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution' doesn't contain any public member or cannot be found...."
How can I use this process in the new website that is on the same IIS and using the same SQL 2012 Server?
Imports Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution