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.
XML Field and Variables
-
- Posts: 1
- Joined: Tue Jan 12, 2016 3:19 pm
Re: XML Field and Variables
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.
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.