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. General Programming
  3. C#
  4. a question about Report Service

a question about Report Service

Scheduled Pinned Locked Moved C#
questionhelp
3 Posts 2 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
    myicewater
    wrote on last edited by
    #1

    hi the Report Service that I use is Report Service2003. now,I want to make a report that the report's filds are choosed on the webpage,so the report's filds are activity. what can I do ? please help me a question about Report Service

    L M 2 Replies Last reply
    0
    • M myicewater

      hi the Report Service that I use is Report Service2003. now,I want to make a report that the report's filds are choosed on the webpage,so the report's filds are activity. what can I do ? please help me a question about Report Service

      L Offline
      L Offline
      luckykhalid
      wrote on last edited by
      #2

      Your question is vague, but I still try to answer to what I understood from it. If you are using a report viewer cntrol for MS SQL Reporting and you do not want to use the filter fields (parameters) that the control displays for you on the screen rather you want to have your own input controls acting as filter fields on your page, then you would have to do it a little programatically by following 2 ways. If you are using Report server then you can append all the parameters at the end of the report path property seperating every parameter with "&" of the ReportViewer control. If you are using stand alone reports then you would have to add ReportParameters to your control by using its method LocalReport.SetParameters(parameterlist). Hope I have asnwered to what you asked for.

      Regards Khalid

      1 Reply Last reply
      0
      • M myicewater

        hi the Report Service that I use is Report Service2003. now,I want to make a report that the report's filds are choosed on the webpage,so the report's filds are activity. what can I do ? please help me a question about Report Service

        M Offline
        M Offline
        myicewater
        wrote on last edited by
        #3

        I am myicewater I make a example, the web page's name WEBA,there are 20 filds on the page , the 20 filds corresponding a datebase table A's 20 filds. if I choose 5 filds on the page, the report will show the 5 filds infomation Because the filds I choose are random. so how can I control the reports. Now I let the report show 20 filds infomation,and pass 20 parameters to report to control which filds showing and which filds hidden. except this way,can you tell me another way.this is only a simple example, the realiy is more complexer than it.Now first,I settle the simple one.

        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