all groups > sql server reporting services > january 2005 >
You're in the

sql server reporting services

group:

row count


row count duanelawrence.com
1/21/2005 11:11:02 AM
sql server reporting services:
I want to get a row count at the end of a report that I am running. Is there
a way to do this, or do I have to write the code? If I have to write it, can
anyone give me a how to guide on writing .net components for reporting
services?

--


www.duanelawrence.com

Re: row count Robert Bruckner [MSFT]
1/21/2005 1:37:04 PM
Check the CountRows() function:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rscreate/htm/rcr_creating_expressions_v1_0k6r.asp

E.g.
=CountRows("DataSetName")

--
This posting is provided "AS IS" with no warranties, and confers no rights.

"duanelawrence.com" <duanelawrencecom@discussions.microsoft.com> wrote in
message news:A7A14867-F57E-4C54-B1DF-A3A70FE186FE@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button