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);
Pictures not appearing in PDF report
Re: Pictures not appearing in PDF report
Hello.
Please, send us a sample project which reproduces the issue for analysis.
Thank you.
Please, send us a sample project which reproduces the issue for analysis.
Thank you.
Re: Pictures not appearing in PDF report
Please see attached.
Thanks
Thanks
- Attachments
-
- HLDCN-DOC-0043.mrt
- (55.87 KiB) Downloaded 211 times
Re: Pictures not appearing in PDF report
Hello,
Can you please send us a test data for your report.
Thank you.
Can you please send us a test data for your report.
Thank you.
Re: Pictures not appearing in PDF report
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
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
Hello,
Please check the last prerelease build and let us know about the result.
Thank you.
Please check the last prerelease build and let us know about the result.
Thank you.