Export to PDF problem
Hey guys
i have crated areport using c# code, framework 4
it is a kinda big report wth around 50 images in it,
when i Show the report i can see the preview
but when i try to export it to PDF i get this error:
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
and now when i UnCheck the Print Optimization check box in the Export dialog, i works, but now, som of the images are not displayed and replaced by red crosses.
any ideas?
i have crated areport using c# code, framework 4
it is a kinda big report wth around 50 images in it,
when i Show the report i can see the preview
but when i try to export it to PDF i get this error:
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
and now when i UnCheck the Print Optimization check box in the Export dialog, i works, but now, som of the images are not displayed and replaced by red crosses.
any ideas?
Comments
Could you send me a test project that demonstrates the error? I cannot reproduce it.