Page 1 of 1

How to load binary data In StimulSoft

Posted: Mon Apr 21, 2025 2:53 am
by haroldalleyne
Hello,
I have a binary data. How can I load it with StimulSoft Report Viewer In React?

Code: Select all

const report = new Stimulsoft.Report.StiReport()
const data = 'binary'

report.load(data)

const viewerOptions = new Stimulsoft.Viewer.StiViewerOptions()
viewerOptions.toolbar.showSendEmailButton = true

const viewer = new Stimulsoft.Viewer.StiViewer(viewerOptions, 'StiViewer', false)
viewer.report = report
viewer.renderHtml(viewerRef.

Re: How to load binary data In StimulSoft

Posted: Tue Apr 22, 2025 8:32 am
by Lech Kulikowski
Hello,

Please check the following article:
https://www.stimulsoft.com/en/documenta ... report.htm

Thank you.