I am developing a simple application using win forms C# in which simple text fields receive data from the user.
Now i want to print that fields data in report format keeping in mind i am not using any database.
How can i do that? if it’s too simple then i am sorry, i am just a beginner.
I am developing a simple application using win forms C# in which simple text
Share
You can use Microsoft Reports. Data source doesn’t have to be database, you can use object from your solution.
Useful links: