Windows Develop Bookmark and Share   
 index > Windows Forms General > create a report and print it?
 

create a report and print it?

Hi, everybody!
From my application (C#) I need to open the report based on the runtime data (data in the memory, not in the database). I imagine this data would go as parameters in such report. Then I need to preview the report. And then print it. It would be nice also to have different data printed with different fonts in this report.
Maybe somebody knows if there are any tools to create this kind of report?
Thank you.
MigrationUser 1  Friday, January 07, 2005 11:03 PM
It sounds like what you're looking for is pretty standard among reporting components.  Just about any reporting tool (worth its salt) with a programmatic interface will accept data either from an in-memory source or a database.

Some examples are Crystal Reports, ActiveReports, and ComponentOne Reports for .NET.

Google for .NET reporting components...  You'll have plenty to choose from. 
MigrationUser 1  Sunday, January 09, 2005 2:06 AM

You can use google to search for other answers

Custom Search

More Threads

• How to change the Font styles of the MessageBox??
• MIDI
• Make form run in full sceen
• How to start a ContextMenu for columnheaders in ListView
• How to get combobox bound generic list to make properties of members available for evaluation?
• Multi Thread
• Color tabcontrol
• Form Designer generated code deleted.
• How to determine a control design mode?
• SplitContainer - DoubleBuffering does not prevent child panels from flickering