Question How do I populate a Strongly Typed DataSet with XML

Penguin

New member
Joined
Aug 5, 2007
Messages
2
Programming Experience
1-3
Hello,
I'm using VS2008 Standard, and I am trying to populate a table in a strongly typed dataset used for the ReportViewer.
I want to read in an XML file which was created manually using ds.WriteXML.
The strongly typed dataset has been created to match the structure of the XML file written with ds.WriteXML.
How do I read in the XML file, and populate the table within the dataset used for the ReportViewer?
 
Back
Top