CountRows Function (Reporting Services)
Returns a count of rows within the specified scope.
Syntax
CountRows(Scope)
Parameters
- Scope
(String) The name of a dataset, grouping, or data region that contains the report items to which to apply the aggregate function. If Scope is specified, the aggregate function applies to all data in the dataset, grouping, or data region. For more information about the Scope parameter, see Using Report Functions in Expressions (Reporting Services).
Return Type
Returns an Integer.
Remarks
Scope cannot be an expression.
Example
The following code example provides a count of rows in the Department grouping or data region.
CountRows("Department")
See Also
Concepts
Creating Expressions in Reporting Services