Crystal Reports, without database

Adagio

Well-known member
Joined
Dec 12, 2005
Messages
162
Programming Experience
Beginner
Is it possible to set the labels to be printed from code?

What I'm trying to is this:
I have a form where everything that needs to be printed is displayed (but not how it needs to be displayed on paper)
To give you an idea of what kind of information I have, I can tell it's kinda like an order, with the usual information like id, date and a list of items

Even though all this information is stored in a database, there are several reason why I want it to be printed out without the use of a database, like the information I need to print is stored in two different databases (don't ask me why, it wasn't me who designed the current system back in the days) and the databases are already working overtime, and as I already have all the needed data on the form there'll be no need to go find this information again

If this isn't possible, then how would you suggest that I do this?
I have never worked with Crystal Reports, nor have I ever printed anything through vb.net applications
 
Back
Top