How to set list of string options for a parameter in Stimulsoft JS (React)?
Posted: Thu Aug 21, 2025 6:33 am
I’m using Stimulsoft Reports.JS in a React project.
In my report, I have a parameter with type is List String (variable) called MyParam. I want this parameter to be shown in the viewer toolbar as a dropdown, and the list of string options should be provided dynamically from my React code (e.g., from an API).
In my report, I have a parameter with type is List String (variable) called MyParam. I want this parameter to be shown in the viewer toolbar as a dropdown, and the list of string options should be provided dynamically from my React code (e.g., from an API).