Page 1 of 1

Create custom parameters input or modal

Posted: Fri Jan 22, 2021 11:53 pm
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?

Re: Create custom parameters input or modal

Posted: Mon Jan 25, 2021 9:39 pm
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.