Skip to Content
0
Former Member
May 22, 2012 at 09:14 AM

create a crystal report from aspx page

36 Views

I have a requirement in one of my project to create a crystal report from aspx page.

Here is the process:

  • Step#1 Require a designer screen to create the report template for data entry screen. Here the user should have the list of controls (e.g. text box, dropdown, label etc.). This would be a aspx page.
  • Step#2 This design should be saved to a configured location in crystal report format. Here we are creating a template for the data entry screen.
  • Step#3 The application should read the above saved crystal report template and then generate an aspx page for data entry. The user entered data in this page should be captured and save it to database.