Page 1 of 1

Pictures not appearing in PDF report

Posted: Mon May 13, 2013 4:46 am
by dmt
Hi

When we embed pictures in the report, and then run .ResponseAsPdf we seem to lose the pictures in the pdf file.

Any ideas why this might happen?

Below is the code we use.

Thanks

// Standard export settings for a unicode based reports of any language
var settings = new StiPdfExportSettings()
{
UseUnicode = true,
StandardPdfFonts = false,
EmbeddedFonts = true

};

// sets the correct layout
SetLayoutForPrint(rep, rvRequest.ReportParameters);

// if errors are raised on rendering it may be necessary to add a try/catch
rep.Render(false);

// Respond with generated PDF
StiReportResponse.ResponseAsPdf(this, rep, false, settings);

Re: Pictures not appearing in PDF report

Posted: Mon May 13, 2013 1:20 pm
by HighAley
Hello.

Please, send us a sample project which reproduces the issue for analysis.

Thank you.

Re: Pictures not appearing in PDF report

Posted: Tue May 14, 2013 4:29 am
by dmt
Please see attached.

Thanks

Re: Pictures not appearing in PDF report

Posted: Tue May 14, 2013 9:09 am
by Alex K.
Hello,

Can you please send us a test data for your report.

Thank you.

Re: Pictures not appearing in PDF report

Posted: Wed May 15, 2013 3:38 am
by dmt
No, that's something we cannot do I'm afraid. we would be breaking client confidentiality agreements.

Are you able to see if you can a report to produce in PDF with the images?

Thanks

Re: Pictures not appearing in PDF report

Posted: Wed May 15, 2013 7:19 am
by Alex K.
Hello,

Please check the last prerelease build and let us know about the result.

Thank you.