Large images in Crystal Reports 2008 - Memory Full -
i've got c# application targeting .net 4. application includes crystal reports reports can printed or previewed. code uses:
crystaldecisions.crystalreports.engine.reportclass
there report, created crystal 2008, dynamically fetches 1 or more images file system. i'm running problems when images large.
for example:
- the report trying include 4 images (each on own page)
- the source images (.jpgs) 3.5 megs each
when print or preview report, first 2 images appear, no more. if try again not see of images , message box (when previewing):
crystal reports windows forms viewer
memory full.
not enough memory operation.
my application using 600 megs @ point.
if swap out large images smaller ones (about half meg each) i'm able view report without problems.
if preview same report, big images, within crystal reports 2008 editor, works well.
so there limit how many megs of image data can put report when using crystaldecisions.crystalreports.engine.reportclass? or doing wrong?
Comments
Post a Comment