Kindson 0 Newbie Poster

I'm working with microsoft report in asp.net. I recieve error message saying "An error occurred during local report processing". I've cross-checked and cant figure out where the problem is comming from. Here is my code:

Dim params(0) As Reporting.WebForms.ReportParameter
  params(0) = New Reporting.WebForms.ReportParameter("RateId", caption, False)
  rv.LocalReport.SetParameters(params)

Where RateId is a parameter defined in the .rdlc file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.