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. Sum of row value in Microsoft Report Viewer

Sum of row value in Microsoft Report Viewer

Scheduled Pinned Locked Moved ASP.NET
question
2 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.
  • S Offline
    S Offline
    sandhya14
    wrote on last edited by
    #1

    Hi all, Am creating a report(matrix) using microsoft report viewer... am getting the output like this:- Code Name 24 25 26 27 28 1 Sam 9.81 9.81 9.81 18.81 18.81 Now i want to put the total of(9.81 +9.81 +9.81 + 18.81 + 18.81) as total as next column as given below Code Name 24 25 26 27 28 Total 1 Sam 9.81 9.81 9.81 18.81 18.81 64.05 how can i do this? Thanks in Advance...

    S 1 Reply Last reply
    0
    • S sandhya14

      Hi all, Am creating a report(matrix) using microsoft report viewer... am getting the output like this:- Code Name 24 25 26 27 28 1 Sam 9.81 9.81 9.81 18.81 18.81 Now i want to put the total of(9.81 +9.81 +9.81 + 18.81 + 18.81) as total as next column as given below Code Name 24 25 26 27 28 Total 1 Sam 9.81 9.81 9.81 18.81 18.81 64.05 how can i do this? Thanks in Advance...

      S Offline
      S Offline
      sashidhar
      wrote on last edited by
      #2

      Add a textbox in design view right click got to value select the value =Sum(Fields!YourID.Value, "datasetname") in Dropdownlist

      LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.

      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