Nel report puoi aggiungere e posizionare dove vuoi un "Parameter Fields".


Nel mio report ho aggiunto un parametro che si chiama test e nel codebehind della pagina avrò:

codice:
c.Load()
c.SetDataSource(dt)
c.SetParameterValue("test", Me.TextBox1.Text)

Fammi sapere
Ciao
K