sql - Serial Numbering an SSRS Table with Grouping And Headers - Stack Overflow

PHOTO EMBED

Wed Sep 25 2024 05:36:03 GMT+0000 (Coordinated Universal Time)

Saved by @Manjunath

Public rn as Integer

Public Function GetRn() AS Integer
    rn = rn +1
    return rn
End Function

-------------------------------------------------------
Now in the text box where you want the number to appear use the expression

=Code.GetRn
content_copyCOPY

https://stackoverflow.com/questions/67263389/serial-numbering-an-ssrs-table-with-grouping-and-headers