how to reference a crystal textbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to reference a textbox that i have placed on my crystal report via vb.net?

i.e i tried to do crystalTextbox1.text = "hulououou"

but this obviously did not work
Is there a way to do something similar to this???
 
Assuming you are using the CR bundled with .NET, no - you cannot (at
least I have not found a way). Best option is to use a subreport and
build a bogus recordset with the value you want, placing that into the
report where you want it to go.
 
Back
Top