In order to serialize a class (SystemSetup) and load an XML file into a datatable and then a dataset I must:
1. Create an .XSD file using the XSD SDK tool.
2. DataTable.LoadSchemaFile
3. DataTable.LoadXml
4. Then add the datatable to a dataset.
Is this correct?
Another method using Reflection.
Reflect the SystemSetup class into a datatable.
Push the datatable->dataset to the crystal report.
Will this work?
Which one is preferable? Thx.,
Ajay