Anita Level: Big Cheese
 Registered: 19-05-2005 Posts: 24
|
Print report from .net datagrid
I have placed a couple of text fields in the details section of a crystal report. I’m not trying to connect to a database, but just trying to put some text
Into the text object. It is a web application.
I can run the report in the viewer, but don’t know the code to set the text property of the text object. I’ve tried this:
oRpt.Sections(3).ReportObjects.Item(“txtLastName”).Text = “Jones”
it does not work. I'm using VB dot net. Thanks for your help.
|