Salva a tutti
ho un piccolo problemino con un report!
devo passargli un valore faccio:
codice:
Nell'Initialize del report
Me.Sections(3).Controls("label8").Caption = "Prova"
oppure

codice:
In un altro form
Datareport1.Sections(3).Controls("label8").Caption = "Prova"
datareport1.show
L'errore è The object label8 was not found

Ho un altro dr a cui passo dei recordset in questo modo e non da problemi

Cosa devo fare?

Grazie a tutti