Search found 3 matches

by ruen
Tue Mar 19, 2024 7:22 am
Forum: Stimulsoft Reports.NET
Topic: I cannot set GuidList type parameter on runtime
Replies: 4
Views: 1121

Re: I cannot set GuidList type parameter on runtime

Hello, Thank you Lech. It works! You don't have to add new variable, if you want to change existing variable on the fly, just re-assign StiDialogInfo. You should set your parameters as string[] even your variable type is GuidList. Make sure Variable's readonly parameter is false. stiVariable.DialogI...
by ruen
Sun Mar 17, 2024 7:52 am
Forum: Stimulsoft Reports.NET
Topic: I cannot set GuidList type parameter on runtime
Replies: 4
Views: 1121

Re: I cannot set GuidList type parameter on runtime

I saw a post about this topic 10 years ago
viewtopic.php?t=38427

Is the same situation still present?
by ruen
Fri Mar 15, 2024 12:43 pm
Forum: Stimulsoft Reports.NET
Topic: I cannot set GuidList type parameter on runtime
Replies: 4
Views: 1121

I cannot set GuidList type parameter on runtime

Hello, I am currently working with a report that incorporates a variety of parameters. My objective is to execute the report with predefined values. While I am able to assign values to all parameter types without issue, I encounter difficulties specifically with the GuidList type. var stiVariable = ...