CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    1

    Unhappy how to load data from a dynamically created dataset to crystal report in .NET

    Hi,

    I have to create a dataset dynamically (creating a datatable, and columns and assigning this datatable to dataset). Then I am filling this dataset row by row. the structure of the datatable is what I need for my report. The question is that how should I push my dataset records to the report and how to define the structure for detailed section of my report (as the dataset and datatables are created at runtime)? Any help would be really appreciated.

    Regards,
    Eli

  2. #2
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: how to load data from a dynamically created dataset to crystal report in .NET

    Hope that this may get u to some idea
    Create Crystal Reports from DataSet at runtime

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