c# .rdlc add dropdown list windows application
Loading
c# .rdlc add dropdown list windows application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Dec 13, 2023, 3:32 AM
To add a dropdown list to a Windows application using C# and RDLC, you can follow these steps:
Now, let's move on to adding the dropdown list to the Windows application form:
To pass the selected value from the dropdown list to the RDLC report, you need to modify the code that generates the report:
Here's an example of how you can set the report parameter value:
Make sure to replace "ParameterName" with the actual name of the report parameter and "comboBox1" with the name of your ComboBox control.