How do I populate a Strongly Typed DataSet with XML
-
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?
-
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?
oDS.ReadXml(sfilename)
Never underestimate the power of human stupidity RAH