CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2009
    Location
    Granada, Spain
    Posts
    40

    Fill a DataSet.xsd with a DataSet :S

    Hi people. I'm having some problems with reporting and I thought you could help me (( .NET 2.0 )):

    I have created a DataSet (mydata.xsd) trhough the IDE. I also have designed a Report.rdlc, and I did the same with a frame with a ReportView 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 don't fill it anywhere. I fill another dataset I have as a private member of my class, and that's all.

    I hope you have undestood me. If not, please let me know.

    Thanks in advance.
    Last edited by Tronfi; July 26th, 2010 at 02:47 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured