Click here to Skip to main content
15,885,928 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more: , +
Hello.

I'm programming in Visual Basic 2008. I need to make a report, with its header, body and foot, and with graphics and matrix with data (NOT data base tables).

The challenge, is to make a report WITHOUT using data source. The data, are provided by an insternal calculation proccess from my application.:confused:

Ican't do it, because rdlc reports and crystal reports ask me ALWAYS for a data source, but I don't have any, because de real data source is a process from my own application, NOT a data base or similar. X|

Could you help me? Thank you in advance.
Posted

use Crystal reports but the data source would be a dataset that you pass to it.

have a look at this example[^]
 
Share this answer
 
Comments
Dalek Dave 4-Nov-10 4:45am    
Good Link
Design the report yourself using GDI+, and then you can do what you like with it. Print it using PrintDocument, Save it as Word Document or PDF or anything. You really don't have to use third party tools. .Net has everything you need :-D
 
Share this answer
 

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