Page 1 of 1

XML Field and Variables

Posted: Tue Jan 12, 2016 3:46 pm
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.

Re: XML Field and Variables

Posted: Wed Jan 13, 2016 2:42 pm
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.