Hi people. I'm having some problems with reporting and I thought you could help me:
I have created a dataset (mydata.xsd). I also have designed a Report.rdlc, and I did the same with a frame with a ReportViewe inside, wich use mydata.xsd as a source data.
I have designed mydata.xsd to have 2 columns (user, time). How would you fill this dataset? The reporting tool get the data from this "xsd" file, but I never fill it anywhere. I fill another dataset I have as a private member of my class, and that's all.
Thanks in advance.
Pablo Reyes