Add Value From a textbox to Report
Hello All, I am very new to this. I am tring to add the value from a textbox in Visual Basic to a report, but keep getting a blank Report.
I have tried the following:
Report2.Load(Report Name)
Report2.SetParameterValue("Text11", Visual Basic textbox)
Report2.show()
I not sure what I am doing wrong.
I have tried the following:
Report2.Load(Report Name)
Report2.SetParameterValue("Text11", Visual Basic textbox)
Report2.show()
I not sure what I am doing wrong.
Comments