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. Getting row number in RDLC report

Getting row number in RDLC report

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

    I'm writing an RDLC report and want to display the row number in my table. Does anyone know the expression for this? I can't find anything related to this in the expression editor. Thanks! Roger.

    P 1 Reply Last reply
    0
    • R rsholanki

      I'm writing an RDLC report and want to display the row number in my table. Does anyone know the expression for this? I can't find anything related to this in the expression editor. Thanks! Roger.

      P Offline
      P Offline
      Private_Void
      wrote on last edited by
      #2

      The systax is =RowNumber(Scope as String); Scope as String is the "name of a dataset, grouping, or data region that contains the report items to which to apply the aggregate". per msdn2 So if you have a table in your report named table2 the sytax would be... =RowNumber("table2") Hope this helps let me know if you need anything else.

      R V 2 Replies Last reply
      0
      • P Private_Void

        The systax is =RowNumber(Scope as String); Scope as String is the "name of a dataset, grouping, or data region that contains the report items to which to apply the aggregate". per msdn2 So if you have a table in your report named table2 the sytax would be... =RowNumber("table2") Hope this helps let me know if you need anything else.

        R Offline
        R Offline
        rsholanki
        wrote on last edited by
        #3

        That works perfect. Thank you!:)

        1 Reply Last reply
        0
        • P Private_Void

          The systax is =RowNumber(Scope as String); Scope as String is the "name of a dataset, grouping, or data region that contains the report items to which to apply the aggregate". per msdn2 So if you have a table in your report named table2 the sytax would be... =RowNumber("table2") Hope this helps let me know if you need anything else.

          V Offline
          V Offline
          vaibhav3434
          wrote on last edited by
          #4

          how can i adjust the group footer of the table based on the data row. here i want to set footerrow on specific area in my ile i want to put it on 3.0in

          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