I am trying to built new simple SSRS report in visual studio 2019 version. I am able to create solution and data sources and data sets everything fine. But when I am trying to preview the report to see how it looks in visual studio it gives below error.
But if I take same rdl file and deploy it on my report server and try to see the report it is able to fetch data just fine. But to enhance the report during development I do need preview frequently which seems to be not working. Could someone please help me with this. I tried various solution suggested on google editing the xml content of rdl but no luck. I am suspecting it to be some kind of compatibility issue but sure what exactly is causing it.
My database is SQL 2016 SP2 version.