Post Author: martincote2000
CA Forum: .NET
I use the Crystal Report XI (SP2) for a windows application (.NET 2.0). The report render correctly. But the memory using when I display the report into the CrystalReportViewer is abusive. The process of my application add 8 Mo at each page I skip in my report. The datasource is a DataSet. To be sure that this not a problem with my computer, I create a report on another computer. The reaction with the memory is the same.
The datasource contains 11 fields (string + datetime + boolean) and he is generated by my application. The dataset contain only 100 rows. The report does not contain image. I don't use any parameters, any rules, any formatting. This is a basic report that I have only drag and drop the field into the report.
A person has an idea about this problem?