Hello
I am creating the windows application for reading, calculating and printing the data logged by my USB device in c#. I am basically a Microcontroller programmer but now learning C#.
I have already succeeded in collecting data from my system via USB (Code from Jan Axelson) and created graphs of data using ZedGraph. The basic setup is in place.
Now my requirement is that I have to prepare the data in a table form, make some calculations , make some results and show all these neatly in a form and print if needed. Even though i have different data sets, a single set can anyway accommodate in a A4 size sheet.
What should I look for ? Is it what we call report writer?
How should I proceed?
Thanks for reading
Roy Thomas