Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Crystal Reports in vb.net using our own Data Structure !..

 

hi,

I am working on an application in VB.NET, which

recieves packet of data (name,email,postal address

)through sockests. I have made a class, which contains

the above fields. Wheneve I get a new packet I create

an instance of the class and store it in the

hashtable.

 

My application is required to print the recieved data

at the end of the day. How can I assign the hashtable

as a datasource to the crystal report.

 

Although I can do the job, by storing the packets in

database, but I don't want to do it that way.

 

Does crystal reports in VB.NET give this facility?

 

Thanx in advance

 

Best Regards

Edited by Navd
Posted
You wouldn't necessarily have to use a database as such. Before generating the report, you could just run your hashtable through a procedure that generates and returns an in-memory dataset or datatable. You could pass the dataset to crystal reports.
Posted

Thanx for reply..

but i want to know if i use a dataset generated from hashtable using a porcedure.

How can i bound that dataset's table's fields with crystal report's fields ...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...