I was asked to create a report similar to a gridview in asp.net for a windows form application. I don't really have much knowledge about reporting, especially not in VS 2010 unless its a gridview or something similar since it will suffice and noticed that you could create a report in windows forms but was unsure as to how to go about doing so. We usually opt for data driven web apps and I do not need any aggregate functions, just need to do a pretty simple query such as SELECT * FROM VEHICLES WHERE VEHICLE_TYPE = "4 DOOR" and simply display only that report on a form. Any advice on where I could find a tutorial would be appreciated.

Have a look at tutorial to create crystal report and RDLC report.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.