sacrokings
New member
- Joined
- Oct 4, 2006
- Messages
- 1
- Programming Experience
- 1-3
I was wondering if there is a way to assign values to a textbox on a
report.rdlc? Where the value come from a form textbox. I know you can drag a field from your dataset to the *.rdlc report, but I am looking to assign it something like this.
this code would be in the reportviewer form load(possibly)
dim rpt as new form1
(rptview) textbox1.text = rpt.txtsometext.txt
does anyone know if this is possibly???
any help would be great!!!!
this code would be in the reportviewer form load(possibly)
dim rpt as new form1
(rptview) textbox1.text = rpt.txtsometext.txt
does anyone know if this is possibly???
any help would be great!!!!