2
Answers

Passing Parameter from C# window form to Crystal Report(.rpt

William Anthony

William Anthony

11y
6.4k
1
I want to know that how to send parameter from C# windows form to .rpt file(Crystal Report). For example If i write name in text box of windows form so this name should appear at top of the crystal Report Form. Please show me the code.
Answers (2)
0
Kunal Vaishya
NA 4.1k 266.1k 12y
You can do this do this on text change event on TextBox  but make sure TextBox AutoPost back Property must be true if Not the Set it true without post back you cant generate any control in Asp.Net