User-734925760 posted
Hi,
According to your description, there are some parameters for the report, and those parameters are not all selected in the same time. As a user selected some parameters, we will get the report data with these parameters. According to your saying, you
will display those selected parameters in the report.
If my understanding is correct, I think you do not need to generate many web form. I think you can create one web form, in this web form it will contain all the parameters. But we can hide some parameters, you can select some parameters to show in the web
form. As you submit the request, we can go to check which parameters are selected, then we will get the report data with those selected parameters. If you must display those parameters in the report header, I think we should dynamically to add the parameters
to the report header. So the report will be dynamically generated.
If you want to read the parameter's details, I think the simple function is to create some hidden fields to store those informaiton.
Hope it's useful for you.
Best Regards,
Michelle Ge