
Interaction VB.net <-> Crystal Reports
Quote:
> Add an unbound field to an rpt which I load in the reportdocument. I want to
> set the content of this field
> through VB.net
I'm looking for the answer as well for ASP.NET with Crystal. How do you do a
"set text". In VB6 you could do have a text box in your report and pass data to
it via:
dim MyRpt as new CrystalReport1
MyRpt.MyTextBox.SetText ("Hello to you")
How do you do this in ASP.NET with Crystal? Or can you?
Thanks,
Al