XML Field and Variables

Stimulsoft Reports.WEB discussion
Post Reply
gabothrasher
Posts: 1
Joined: Tue Jan 12, 2016 3:19 pm

XML Field and Variables

Post by gabothrasher »

Hello.

I need to do something with an XMl Field. The Database have an XML Field that is use to store controls values wich was created dynamically on aspx. I need to put the same values on the report. As you know, the XML value in c# is a String.

who can i convert the string in a XML on Code Report?

I tried to use the XElement class but, when i set the "using System.Xml.Linq;" or "using System.Linq;" the report show me a error.

i hope i was clear in what i need.

Thank you so much.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: XML Field and Variables

Post by Vladimir »

Hello,

Please specify the form in which you store XML data? Rather, in what form you get them in C # code? This will determine how to connect XML data to the report.

Thank you.
Post Reply