
Convert to pdf fails when report contains image
Hello!
I use .NET version in VB.NET. I create a report, then I convert it to
pdf for printing. I need to insert a small jpeg retrieved from SQL
Server 2000. I make sure that it is not NULL since I already found a
problem with that. It fails when the Export method is called. However,
if I put in rpt a Picture object, with the path to a jpg given at
design time, it works without problems.
If I put the image field and the Crystal picture object on the report,
it doesn't crash anymore, but something quirky happens: The image
field displays the same picture like the Crystal picture object ???!!!
Does anyone know what to do?
Is possible to change the file path at run-time (before displaying the
report)?
Thank you,
Mid