IDE : Visual Studio 2010
Reporting Version : Q1 2012 (6.0.12.215)
While I'm trying to assign a ReportSource to a sub report, I get "Object reference not set to an instance of an object.". I had googled this error and came upon this Telerik Post saying to run either in preview or set programatically. I tried both.
Preview Pane :
"Exception has been thrown by the target of an invocation. Object reference not set to an instance of an object."
Programmatically :
"One or more parameters are not set or have invalid values."
After seeing the error, I checked all the parameters and everything seemed to be getting/sending a value. After a few more tries, I finally just took out the parameters and set an ID I knew had data in my database and tried running again. Gave me the same error. I then went through and turned on (Debug -> Exceptions) and set to throw all Common Language Runtime Exceptions, but nothing was thrown.
Reporting Version : Q1 2012 (6.0.12.215)
While I'm trying to assign a ReportSource to a sub report, I get "Object reference not set to an instance of an object.". I had googled this error and came upon this Telerik Post saying to run either in preview or set programatically. I tried both.
Preview Pane :
"Exception has been thrown by the target of an invocation. Object reference not set to an instance of an object."
Programmatically :
"One or more parameters are not set or have invalid values."
After seeing the error, I checked all the parameters and everything seemed to be getting/sending a value. After a few more tries, I finally just took out the parameters and set an ID I knew had data in my database and tried running again. Gave me the same error. I then went through and turned on (Debug -> Exceptions) and set to throw all Common Language Runtime Exceptions, but nothing was thrown.