i have place the textboxes in RDL report in Reporting Services and set there name. i want to access those text boxes from the Windows Form.
For Example
In Windows Form
Dim obj as RDLReport
Obj.TextBox1.Text="Ali How are you"
.Can i do that.?
No. You can set the properties of the text box to be an expression, but you cannot programmatically write to the text box like that.|||To do something like this you should bind the text in the textbox to a parameter value, and then pass that parameter to your viewer control.
No comments:
Post a Comment