"parameter 'Parameter1' is missing a value" - .rdlc Report error
-
Hi, I have a converted rdlc file that uses 3 datasets, all of which takes the same two parameters being passed from the requesting page. But when I run it - I get "parameter 'Parameter1' is missing a value" error. FYI, I set default values for both of them. Any ideas? Thanks. Ekjon
-
Hi, I have a converted rdlc file that uses 3 datasets, all of which takes the same two parameters being passed from the requesting page. But when I run it - I get "parameter 'Parameter1' is missing a value" error. FYI, I set default values for both of them. Any ideas? Thanks. Ekjon
Don't cross post.
I'm going to become rich when I create a device that allows me to punch people in the face over the internet. "If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer
-
Hi, I have a converted rdlc file that uses 3 datasets, all of which takes the same two parameters being passed from the requesting page. But when I run it - I get "parameter 'Parameter1' is missing a value" error. FYI, I set default values for both of them. Any ideas? Thanks. Ekjon
You are missing something with the parameter. Showing your code that you use to pass the parameters can be helpful if you want people to help.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
You are missing something with the parameter. Showing your code that you use to pass the parameters can be helpful if you want people to help.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
[Message Deleted]
-
[Message Deleted]
Sorry, Please ignore the previous one. When invoking the .aspx, I'm using: ----------------------------------------------------------------------------
........ /form> <!-- document.frmSQLReport.submit(); //--> -----------------------------------------------------------------------------------
-
[Message Deleted]
Yuck! Use the <code></code> tags when posting code next time. It is very unreadable... From what I can tell, looks okay, must be something subtle. Are the field names matching in the database and code? Also, is it in the same order? Sometimes weird things like that can cause havoc.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
Sorry, Please ignore the previous one. When invoking the .aspx, I'm using: ----------------------------------------------------------------------------
........ /form> <!-- document.frmSQLReport.submit(); //--> -----------------------------------------------------------------------------------
Oops, I already replied. See my post about using the <code></code> tags. You highlight your code and press Shift+Ctrl+C, and it makes it much easier to read :-D
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
Yuck! Use the <code></code> tags when posting code next time. It is very unreadable... From what I can tell, looks okay, must be something subtle. Are the field names matching in the database and code? Also, is it in the same order? Sometimes weird things like that can cause havoc.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
Field names were used in the SQL statement, and the SQLs are tested. The parameter names are same in the page thats passing their values and in the report page and in the SQL statements. Yeah, sure it's something subtle.