CountRows Function (Visual Studio Report Designer)
Returns a count of rows within the specified scope.
CountRows(Scope)
Parameters
- Scope
(String) The name of a data table, object, 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 data source, grouping, or data region. For more information about the Scope parameter, see Built-in Functions for Reports (Visual Studio Report Designer).
Return Type
Returns an Integer.
Example
The following code example provides a count of rows in the Department grouping or data region.
CountRows("Department")
See Also
Concepts
Using Expressions in a Report (Visual Studio Report Designer)
Adding Custom Code to a Report (Visual Studio Report Designer)
ReportViewer Controls (Visual Studio)
Built-in Functions for Reports (Visual Studio Report Designer)