I am new in dynamics CRM.
I have an rdl file which I extracted from Dynamics CRM 365 and I want to modify this report in SSRS.
Normally, I connect to SQL and am able to edit my reports, but in CRM it is different story.
I downloaded "Microsoft Dynamics 365 Fetch" for my Data Source in visual studio. All tutorials talk about how to create a new report with fetchxml and they extract the fetchxml file from CRM with only one entity, but my report consists of more than one entity and I don't know if I can modify the report within the rdl file itself or I should extract the fetchxml file from CRM as well.
If I do need to extract this file from CRM, then how to get the xml file of this specific report with all entities in the report.