Add code to your report - if you select the report, right-click, select "Properties", and select the code tab, you can type the following in:
Shared curCounter As Integer = 0
Function incCounter() As Integer
curCounter = curCounter + 1
Return curCounter
End Function
Then, in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.