I use Reporting Services in visual studio 2017 for CRM 2016,
My initial plan was to export a Fetch XML file of CRM query > import to visual studio (create data source and dataset) > create report. Once done with report then add report to CRM. > Add report in CRM > existing file and then select “rdl” file from source folder of Visual Studio report file.
I was not able to use Fetch XML query and got the error " Could not create a list of fields for the query" while creating the dataset.
After getting this error instead of using Fetch xml I wrote query and pulled data from CRM database. Using SQL data connection , data source and data set.
I created my report in Visual studio 2017 but I cant run the reports on CRM 2016 I get error like process aborted
Any help on how to use vs 2017 report services for CRM 2016 will help.
Thanks