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!
Xml file: "table" name
Re: Xml file: "table" name
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:
Thank you.
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;
Re: Xml file: "table" name
Working perfectly, thank you!
Re: Xml file: "table" name
Hello.
We are always glad to help you.
Let us know if you need our help.
Thank you.
We are always glad to help you.
Let us know if you need our help.
Thank you.