Thanks for your reply, Mr. Hartman.
I have two more questions for you. What is the difference between the Local Report I have declared and the Reportviewer.LocalReport? I thought it was the same thing.
This what I have dimmed.
Dim LocalReport as LocalReport
LocaReport = e.Report........ e is the DrillthroughEventArgs
Then I go and get the data.........
Next, I set the LocalReport.DataSources = to what was returned.
Then I set the ReportViewer1.LocalReport.SetParamaters. All this seems like it should work. Am I using the wrong variable to get the data?