Hello guys!
I'd like to use Crystal Reports in my application to print out some data. I added an instance of the crystalReportVi ewer class to my form. Then I created a DataSet based on a Access databse which contains some data. Then I created a report with te wizard and added to it some fields from the DataSet.
When I run the program, the data aren't visible in the report. I tried to refresh the view and they're still not shown. Is there a method I need to call to load data that they're getting loaded into the crystalReportVi ewer? I didn't find any useable information by my self.
Thanks,
regards.
I'd like to use Crystal Reports in my application to print out some data. I added an instance of the crystalReportVi ewer class to my form. Then I created a DataSet based on a Access databse which contains some data. Then I created a report with te wizard and added to it some fields from the DataSet.
When I run the program, the data aren't visible in the report. I tried to refresh the view and they're still not shown. Is there a method I need to call to load data that they're getting loaded into the crystalReportVi ewer? I didn't find any useable information by my self.
Thanks,
regards.
Comment