Crystal Report - Crystal (Por favor ayuda)

 
Vista:

Crystal (Por favor ayuda)

Publicado por Gustavo (1 intervención) el 06/04/2006 01:23:17
Necesito cambiar el valor en Linea de un texto de Crystal Reports
y tengo el siguiente codigo.

Reporte.SetDataSource(ds)
CrystalReportViewer1.ReportSource = Reporte
Reporte.Refresh()
' la siguiente linea marca error , "Invalid report object name"

txtObj = Reporte.ReportDefinition.Sections(3).ReportObjects("c1")
txtObj.Text = "testing"
CrystalReportViewer1.ReportSource = Reporte

Ya me agote de tanto buscarle y tengo que presentar unos reportes.

podrian ayudarme.

Gracias.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder