Dynamic Report Designing
-
Hi, I want to develop an application using asp.net in which user can create reports by dropping labels and database fields and move and place them any where they like in other words design report as per there requirement (during runtime) and then save that format and call that report. Is there any possiblity to make such application. waiting for your response.
-
Hi, I want to develop an application using asp.net in which user can create reports by dropping labels and database fields and move and place them any where they like in other words design report as per there requirement (during runtime) and then save that format and call that report. Is there any possiblity to make such application. waiting for your response.
Yes its possible, but u need to predefine the Report format(if u want different types of format) or else fix the format(controls that are dropped/Selected by user will be placed in left to right format only) and u can achieve the user generated report. i have done this in one of projects