Page 1 of 1

Form (obsolete)

Posted: Mon Oct 02, 2023 10:56 am
by dikan
As the form in a report is marked as obsolete, what to use instead?

I have more than a few reports which obtain parameters from this obsolete feature and connect the dataset after the user confirms the window. Now I would like to have the same functionality but I do not know how to achieve that and this is important especially for Blazor server reports.

Please give me some advice, perhaps an example.

Best regards,

Dikan

Re: Form (obsolete)

Posted: Wed Oct 04, 2023 9:50 am
by Lech Kulikowski
Hello,

In the Blazor, you can use the Request From User variables or your own form.

Thank you.