how do i create a report builder in a window form?
-
hi i am using vs.net 2010 c# i am interested in creating a report builder and viewer in a window form such that user can customize the look and feel of the report. does anyone have any idea how i can achieve this?. such as are there any readily available API or notable website i should know of. any help will be welcomed.
-
hi i am using vs.net 2010 c# i am interested in creating a report builder and viewer in a window form such that user can customize the look and feel of the report. does anyone have any idea how i can achieve this?. such as are there any readily available API or notable website i should know of. any help will be welcomed.
There is no API in Windows or the .NET Framework to do this for you. It would be best if you just used a standard reporting package, like Crystal Reports or SQL Server Reporting Services to do this.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
hi i am using vs.net 2010 c# i am interested in creating a report builder and viewer in a window form such that user can customize the look and feel of the report. does anyone have any idea how i can achieve this?. such as are there any readily available API or notable website i should know of. any help will be welcomed.
vs2010->new->file->report.