Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal reports in VB ASP.NET?

Status
Not open for further replies.

Smithsco

Technical User
Mar 30, 2003
89
AU
I want to pass the data from a record set to a crystal report, and I have got as far as setting the report to use the data set, however I'm new to .NET and I don't know how to fill the data set with the data I'm after.

I have found a few tutorials around but they all fall short of showing you how to populate the data set or they are in C#.

I have created the SqlDataAdaptor, sqlconnection and generated the Dataset (the data is supposed to come from from the table all_os_data).

 
If you have a datareader then you can use the dataadapter objects fill method to fill the dataset. This takes some setting up but it is not that difficult and examples can be found in the quickstart tutorials which can be found at
James :)

James Culshaw
james@miniaturereview.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top