Hi,
Do you have a code sample of how to fill a combox in the report viewer with items from a parameter with a Dynamic Values List in an infragistics report?
I have tried it in several ways, but can't get it to work.
Thank you very much for your help.
Greetings,
Geert De Vylder
Hi Geert,
In the xaml page you mentioned the combo boxes are outside the report viewer. If you want to display the same parameter values (as defined in the report) in those external combos you will need to get the data yourself from the DB and bind it to them. The report viewer does not expose the available parameter data. The data is only available for the internal parameter pane.
Does that answer your question?
Best,
Leo
Is there a sample or solution available?
At the moment this project is stalling because I can't get this to work.
I send the solution in a zipped file as attachment to this post.
I have to get this to work in the window Report_Script_Resultaten.xaml.