I'm using Crystal Reports for Visual Studio 2010, in a web application.
I have a Crystal Reports that show a lot of records, some of them occupy one page and others two pages.
I want to save the pageNumber where each reord is showed in the report, into the database.
So, then I will can print another Crystal Report that shows the index of the first CrystalRerport, with the pageNumber of each record.
I have tried by code to iterate through each record of the Crystal Report or per page displayed in the CrystalViewer and write the code to update the database. But I have not gotten to write the necessary code.
Can you suggest suggest a way to achieve it?
Thanks,
Eva Janakieff