V10 Crystal
xml data using ADO.Net driver
We load data from a very large XML file into a System.Data.DataSet object in no time at all. The problem is when our users want to view a report in our application, it takes forever for the CrystalDecisions.CrystalReports.Engine.ReportDocument object to load the data with the SetDataSource(dataset) method. Are there any suggestions on how this can be optimized?
Although minimizing the number of tables in the Crystal Database Expert helps, this has been taken as far as possible.
Many thanks!
xml data using ADO.Net driver
We load data from a very large XML file into a System.Data.DataSet object in no time at all. The problem is when our users want to view a report in our application, it takes forever for the CrystalDecisions.CrystalReports.Engine.ReportDocument object to load the data with the SetDataSource(dataset) method. Are there any suggestions on how this can be optimized?
Although minimizing the number of tables in the Crystal Database Expert helps, this has been taken as far as possible.
Many thanks!