A: 

This may sound like a generic response, but are you certain the compiled version of the report is the same as the IDE-debug version? Generally this error means that you haven't instantiated the object you're trying to use. Make sure the object has been not only declared, but actually has the data you're trying to show.

Andrew Whittington
I'm sorry, but I really need some hand holding on this one. Where do I check that?
Ronnie Overby
The first image is a Webpage, whereas the second is a winform control. They are definately not the same.
Jon
Andrew is correct, this looks like you are not instantiating your ReportViewer control. Make sure that where you are creating the ReportViewer control, that you are actually creating the object.
Jon
The first screenshot is the report manager that comes with sql server 2005. I am thinking that if the error is visible there, then this is something that is occurring before implementing the reportviewer. Am I right?
Ronnie Overby
A: 

This will most likely be becuase the Data Source for your reports has been overwritten or the credentials have been removed/are no longer valid.

Either redeploy the Data Source or manually enter the correct details on the Report Server for the relevant Data Source.

John Sansom
We already completely recreated and redeployed the data source as well as the reports. Where exactly do we enter these correct details?
Ronnie Overby
It depends where you deployed the Data Source too (usuall the Data Source Folder) on the report server. Cliking the Data Source will take you to the properties page where you can validate the credentials.Also, have you enabled the OverwrtieDataSources option to True within the Project Properties in Visual Studio?
John Sansom
Our data source is using Integrated Security and yes, that property is set to True.
Ronnie Overby
A: 

You should also try going into the web interface and deleting the data source(s) directly from the server. Then redeploy your project. Sometimes, when deploying from Visual Studio, it won't recreate the data source because it is already there. When you redeploy, the data source will be recreated.

Mark Struzinski
A: 

Hi I have re configure virtual Directory of ReportServer ... and then Give me Some Permission Related Issue ..... But Finally it's Rocking

Thanks Pritesh Gandhi. http://www.gandhipritesh.com/

Pritesh Gandhi