Reputation: 906
I'm setting up a proper dev environment for my client (dev/qa/stage/prod). I'd like to find a way to export reports so we can cleanly move from one environment to the next. Custom RDL type reports are easy (just import the RDL in the next environment), but the reports that are built inside CRM don't appear to export anywhere. Am I missing something? Is this another feature that was missed?
Apperciate the help.
Upvotes: 4
Views: 7669
Reputation: 906
Go to reports. Select the report and click 'edit report' in the toolbar in actions click 'Download report' and you get a spiffy little RDL file to play with.
Upvotes: -1
Reputation: 188
The reports are stored in the CRM installation directory which will most likely be something like the following: C:\Program Files\Microsoft Dynamics CRM\Reports\
Upvotes: 0
Reputation: 9386
For any report in CRM you can:
This will give you the .rdl file. Why do you want to export and import native reports?
Upvotes: 10