I have a crystal report within a crystal report viewer that the datasource is set to a List<objects>. The crystal report is showing all of the records, my question is how do I set the report to only show the first record and then I can allow the user to iterate through each of the List<objects> on at a time.
I have a crystal report within a crystal report viewer that the datasource is
Share
Fixed it myself. I had to use custom buttons to manually load in each data record and refresh the report.