Create custom parameters input or modal

Stimulsoft Reports.WEB discussion
Post Reply
gabrielm
Posts: 1
Joined: Fri Jan 22, 2021 6:39 pm

Create custom parameters input or modal

Post by gabrielm »

Hi,

I need to create some variables in cascade for the user.

Example:
Var1 = List of columns
Var2 = List of operetors
Var3 = User value (number, data or string)
And a Button to add this values to a list.

Can i do a custom modal with this variables?
Or customize the variables to do this?
Lech Kulikowski
Posts: 7334
Joined: Tue Mar 20, 2018 5:34 am

Re: Create custom parameters input or modal

Post by Lech Kulikowski »

Hello,

You can use request from user variables. You can find samples in the Parameters category on our Demo:
https://demo.stimulsoft.com/#Net/Parame ... Categories

Or you can implement your own form with the necessary logic and then provide filtered data to the report.

Thank you.
Post Reply