Hi All
I am getting this error when I try to run my cascading parameter report via Report Mangager and using aspx code.
If I use regular parameters, the report runs fine, but as soon as I add cascading parameters below is what I get.
__________________________________________________________
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 202: item.Value = validValue.Value
Line 203: lb.Items.Add(item)
Line 204: Next validValue
Line 205: 'If Page.IsPostBack = False Then
Line 206: 'lb.SelectedIndex = -1
Source File: D:\Inetpub\Sites\PHX-APCC-IOSNET\Shareportal\ApplicationModules\IOS\ReportServicesInvocationCascadingParameter.ascx.vb Line: 204
_________________________________________________________
Any idea what is needed in the aspx code that I need to do?
I am using Reporting Services, SQL Server 2000 and asp.net.
Thanks
LinPro
I am getting this error when I try to run my cascading parameter report via Report Mangager and using aspx code.
If I use regular parameters, the report runs fine, but as soon as I add cascading parameters below is what I get.
__________________________________________________________
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 202: item.Value = validValue.Value
Line 203: lb.Items.Add(item)
Line 204: Next validValue
Line 205: 'If Page.IsPostBack = False Then
Line 206: 'lb.SelectedIndex = -1
Source File: D:\Inetpub\Sites\PHX-APCC-IOSNET\Shareportal\ApplicationModules\IOS\ReportServicesInvocationCascadingParameter.ascx.vb Line: 204
_________________________________________________________
Any idea what is needed in the aspx code that I need to do?
I am using Reporting Services, SQL Server 2000 and asp.net.
Thanks
LinPro