Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. "parameter 'Parameter1' is missing a value" - .rdlc Report error

"parameter 'Parameter1' is missing a value" - .rdlc Report error

Scheduled Pinned Locked Moved ASP.NET
helpquestion
8 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 4700225
    wrote on last edited by
    #1

    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

    J P 2 Replies Last reply
    0
    • M Member 4700225

      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

      J Offline
      J Offline
      Justin Perez
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • M Member 4700225

        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

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #3

        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

        M 1 Reply Last reply
        0
        • P Paul Conrad

          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

          M Offline
          M Offline
          Member 4700225
          wrote on last edited by
          #4

          [Message Deleted]

          M P 2 Replies Last reply
          0
          • M Member 4700225

            [Message Deleted]

            M Offline
            M Offline
            Member 4700225
            wrote on last edited by
            #5

            Sorry, Please ignore the previous one. When invoking the .aspx, I'm using: ----------------------------------------------------------------------------

            ........ /form> <!-- document.frmSQLReport.submit(); //--> -----------------------------------------------------------------------------------

            P 1 Reply Last reply
            0
            • M Member 4700225

              [Message Deleted]

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #6

              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

              M 1 Reply Last reply
              0
              • M Member 4700225

                Sorry, Please ignore the previous one. When invoking the .aspx, I'm using: ----------------------------------------------------------------------------

                ........ /form> <!-- document.frmSQLReport.submit(); //--> -----------------------------------------------------------------------------------

                P Offline
                P Offline
                Paul Conrad
                wrote on last edited by
                #7

                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

                1 Reply Last reply
                0
                • P Paul Conrad

                  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

                  M Offline
                  M Offline
                  Member 4700225
                  wrote on last edited by
                  #8

                  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.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups