local report rdlc with parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I tried to find something to create a local report for the application I
created, but It is not simple to find in the msdn world a clear example how
set up a report using parameters for an aspx page (webform). I am coding in
vb.net

I have to extract data using a range for example using two text boxes in
witch the user can select a date range for the extraction.
textbox1.text=01/01/2007
textbox2.text=01/31/2007
the local report should show data within the range selected.

It would be really appreciated if someone could help me.

Thanks in advance.
 
Back
Top