I'm creating a windows form application, and I need to create a crystal report without database.
I know how to create a dataset and a datatable, but I dont know how to fill this datatable or clear it, and I dont know how to display that crystal report on click on a button in my form.
I have 3 variables : id, firstname, lastname I want to add these 3 variables values to my datatable of 3 columns to display them in crystal report.
I'm totaly new to crystal report! Any Help Please...