Render NodeJs report with data

Stimulsoft Reports.PHP discussion
Post Reply
nathanleblanc
Posts: 2
Joined: Tue Jan 28, 2025 10:04 pm

Render NodeJs report with data

Post by nathanleblanc »

I have figured out how to render a report on the back end using nodejs and return the report as a PDF, but how do you add server side data to the report?
I want to use a JSON dataset and pass it to the report to be rendered with.
Lech Kulikowski
Posts: 7284
Joined: Tue Mar 20, 2018 5:34 am

Re: Render NodeJs report with data

Post by Lech Kulikowski »

Hello,

Please check the following sample:
https://github.com/stimulsoft/Samples-Reports.PHP

Thank you.
nathanleblanc
Posts: 2
Joined: Tue Jan 28, 2025 10:04 pm

Re: Render NodeJs report with data

Post by nathanleblanc »

I've looked at all those examples, but don't see one that shows how to set the data for a JSON dataSet using a PHP function.
Lech Kulikowski
Posts: 7284
Joined: Tue Mar 20, 2018 5:34 am

Re: Render NodeJs report with data

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply