Hi
I created a rdlc in VS 2017 but after I edited the report VS2017 change the definition of it.
The bad definition of the rdlc was:
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition" xmlns:rd="http://schemas
I had to follow the following link to fix the problem
https://stackoverflow.com/questions/36272514/the-report-definition-has-an-invalid-target-namespace-rsinvalidreportdefinition
My question is: How can I avoid fixing some sections of the rdlc without using a xml editor?