Hi all,
i am having this problem a few days, i have a Windows Forms Project, (Vb.Net)
and i need to read an xml file in a dataset and bind this to an report.
I have tried many ways so far, and google was not of a big help so far...
I dont even know if it's possible to do something like that.
I think that if i have a class and a Dataset in this class which i am filling like
dsTemp.readxmlschema ("C:/......xml") dsTemp.ReadXml ("C:/......xml")
I should be able to put the data into a report by using a Report Wizard and then connecting the report to an object data Source?!?!
Or am i wrong with that?
Is there any other way, i do not use an internet connection on this project, and i would like to keep it that way:)
THX IN ADVANCE!