Hi guys
I know how to create a report using a DB, but for something that i want to do doesn't need to be put into a DB. I have an order form with five TextBoxes.
I created a blank CrystalReport.rpt and inserted 5 textboxes on there. How can i have the text thats on the textboxes on the orderform and insert that text into the textboxes on the report. Here is a little bit of the code.
Then on a print button i haveCode:Imports CrystalDecisions.CrystalReports
I don' know how to get or set the properties of the text on the crystal reportCode:dim Order as CrystalReport = new CrystalReport




Reply With Quote