I work in visual studio 2015 windows form .

I have textbox for name and combobox for country and button and report viewer control

I need when click button get value from text box name and combox country and show these

values in report viewer ?

How to do that by c# ?

suppose i write
name michel
country USA
press button print
get the values of
michel
USA
in report viewer

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.