How to load binary data In StimulSoft

Stimulsoft Reports.JS discussion
Post Reply
haroldalleyne
Posts: 1
Joined: Mon Apr 21, 2025 2:49 am

How to load binary data In StimulSoft

Post 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.
Lech Kulikowski
Posts: 7332
Joined: Tue Mar 20, 2018 5:34 am

Re: How to load binary data In StimulSoft

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply