Hi
I am developing a web application in VS 2005 (C#). This is a combination of data entry and reporting. The screen is an exact copy of a printed form. The users can insert/update/delete details. Also there is option to export the screen in pdf format. This pdf should be exact copy of the screen.
I am thinking of using crystal report (VS 2005) for this purpose for easy export of data. But I am not sure how to allow editing of report document. Also I don’t want have the form template in 2 different place one for HTML and one in report for exporting data.
Can anyone advice on how to achieve the above in an efficient manner. A sample will be very helpful.
Thanks