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