Page 2 of 2

Re: Xml file: "table" name

Posted: Fri Jul 08, 2016 2:36 pm
by Jennypi
Hi,

The IT finally updated the stimulsoft version to release of June 24, as you told me.
Still, I cannot see any property link to xml export, in the properties of my report page.
Am I looking at the wrong place?

thanks!
Sans titre.png
Sans titre.png (14.46 KiB) Viewed 1380 times
menu.png
menu.png (25.01 KiB) Viewed 1380 times

Re: Xml file: "table" name

Posted: Mon Jul 11, 2016 7:28 am
by HighAley
Hello.

This is a static option that you should set in code before running the Designer or you could set it in the Begin Render event of the report.
Just add there next line:

Code: Select all

StiOptions.Export.Xml.ConvertTagsToUpperCase = false;
Thank you.

Re: Xml file: "table" name

Posted: Mon Jul 11, 2016 12:07 pm
by Jennypi
Working perfectly, thank you!

Re: Xml file: "table" name

Posted: Tue Jul 12, 2016 12:49 pm
by HighAley
Hello.

We are always glad to help you.
Let us know if you need our help.

Thank you.