I have one crystal report available. I opened it in CR 2008. Now in File Menu->Report Options-> I click on Legacy XML Expert... button.
In Option tab I select Custom Format radio button and in Format tab I changed element name as per my standard.
Now I click on ok and save that report.
I have .Net Code available which will export above Crystal Report to XML format. but everytimes it export only in default format. If i go through CR to export, it allows me to export (XML Legacy) which will give me my custome defined XML Output.
Can you please guide me what i need to change with my code so that I can incorporate above EXPORT AS XML LEGACY option in my .Net Code?
Or is there any WIN32 API or any other thing available to do the same. I am having one exe Crystal Desk which do the same, but i am not able to identify anything on internet.