ScouterRoger
Programmer
CrystalObject.Export is taking an unually long time to complete. Sometimes 2 hours.
I am using Crystal Reports embedded within VB .Net (the first version). Using the report designer, I created a label, and set it up to be 2 columns, 4 rows. I am using a print-to-file printer that was set up on as a local printer, using the HP 4100 PCL5e driver.
There is a header and footer on each page, and the label was designed with two subreports for the actual label lines being printed, each being a different font and size.
My problem is that when I get to the export section of my code it can take upwards of 20 minutes to export a medium size run (100 - 200 labels). In my testing, when I remove one or the other of the subreports, the time gets knocked down to around 9 minutes (still too long, but a vast improvement).
Are there any ideas as to how I can get my exporting down to a viable time?
I am using Crystal Reports embedded within VB .Net (the first version). Using the report designer, I created a label, and set it up to be 2 columns, 4 rows. I am using a print-to-file printer that was set up on as a local printer, using the HP 4100 PCL5e driver.
There is a header and footer on each page, and the label was designed with two subreports for the actual label lines being printed, each being a different font and size.
My problem is that when I get to the export section of my code it can take upwards of 20 minutes to export a medium size run (100 - 200 labels). In my testing, when I remove one or the other of the subreports, the time gets knocked down to around 9 minutes (still too long, but a vast improvement).
Are there any ideas as to how I can get my exporting down to a viable time?