I have a report page on reporting service. In Layout tab i have to something that count the rows. I used rowcount(nothing) function to do that but it is insufficent for me. I have to call some function to count rows. How can i write a function and where can i call it from?
+2
A:
Choose Report Properties | Code
Write your function
then in the expression box call it like this
=code: 'your function name'
Bob Cummings
2009-02-23 22:55:46