How to pass values of textbox and combo box to report viewer directly without database

Posted by Ahmedsa under C# on 1/18/2017 | Points: 10 | Views : 2876 | Status : [Member] | Replies : 1
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




Responses

Posted by: Bandi on: 1/19/2017 [Member] [MVP] Platinum | Points: 25

Up
0
Down
These links may help you
http://www.c-sharpcorner.com/forums/how-to-pass-two-textboxs-value-to-reportviewer-in-c-sharp-using


Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Ahmedsa, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response