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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. assing a serial number to rdlc report

assing a serial number to rdlc report

Scheduled Pinned Locked Moved ASP.NET
help
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.
  • K Offline
    K Offline
    kaasir_2
    wrote on last edited by
    #1

    hi guys n grls, let me describe the issue. I have created the rdlc report, it has got one table and in that table there is one group and one detail. now what i want to do is add the serial number to the detail row. I tried to use RowNumber(), it displays the number but not serially, I want a serial number listed serially.

    R 1 Reply Last reply
    0
    • K kaasir_2

      hi guys n grls, let me describe the issue. I have created the rdlc report, it has got one table and in that table there is one group and one detail. now what i want to do is add the serial number to the detail row. I tried to use RowNumber(), it displays the number but not serially, I want a serial number listed serially.

      R Offline
      R Offline
      Ravidas S
      wrote on last edited by
      #2

      HI In your DataSet you get DataTable/TableAdaptor and their respective column. This/These Table/s act as just Skeleton to framework. You can Add a column name SerialNumber (DataType System.Int(32), AutoIncrement True, AutoIncrementSeed 1, AutoIncrementStep 1). After Build you can Get the SerialNumber field and you can use it in your report into the table. Thanks Ravidas

      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