How Can I Create Reports in a Custom C#.NET Windows Application? - General Question
- by user311509
Assume i have a custom Windows application written in C#. This application has only the following functionalists, add, edit, delete and view. For example, a user can add a sale, change sales record, delete a sale record or view the whole sales record.
I need to add some reporting functionalists e.g. i want a user to print the sales of a certain…