Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on my senior project and I want to print report from some data entered by the user and from some calculation done by the program, so is there any way to print report with VS 2008 without using a database?

From my search I know that I can use Crystal Report or Report wizard, but I am confused and I don't know which to use and how?
Please explain for me simply the way of printing report by Visual Basic 2008 without connection with database.
Posted
Updated 8-Feb-12 20:25pm
v3
Comments
André Kraak 9-Feb-12 2:26am    
Edited question:
Removed unnecessary tags
Formatted text/code
Spelling/Grammar

1 solution

If you have data, there is no need to connect to a database, all you need to do is provide the data to whatever reporting tool you are using.
 
Share this answer
 
Comments
Member 7981770 9-Feb-12 2:26am    
my program don't have database and the data in report will be take from radiobutton(s) selected by the user,combobox and according that the program will do some calculation and the result will show in report. i want show data as tabular view
Christian Graus 9-Feb-12 6:27am    
OK, so you can assign a data source in code that is not a database.
Member 7981770 9-Feb-12 10:32am    
how??

becouse i don't work on report before and i have poor background on generate report by vb, please if you can explain for me brifly the way of genrating report

thank you very much
Christian Graus 9-Feb-12 10:35am    
*sigh* You're working on a senior project and you can't use google ? A report has a report source property, which can be set in code, and does not have to be tied to a database.
Member 7981770 10-Feb-12 7:23am    
i do several search but can't find a clear tutorial that explain creating report without database.
Just yesterday i found a video which using datagridview and print report from that.So can i use the datagrideview tool to represent my data?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900