Xml file: "table" name

Stimulsoft Reports.NET discussion
Jennypi
Posts: 361
Joined: Mon Nov 17, 2008 7:13 am
Location: France

Re: Xml file: "table" name

Post 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 1377 times
menu.png
menu.png (25.01 KiB) Viewed 1377 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Xml file: "table" name

Post 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.
Jennypi
Posts: 361
Joined: Mon Nov 17, 2008 7:13 am
Location: France

Re: Xml file: "table" name

Post by Jennypi »

Working perfectly, thank you!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Xml file: "table" name

Post by HighAley »

Hello.

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

Thank you.
Post Reply