Hi, How to get total number of rows in your report?
- Make sure you select a field which is NOT Nullable.
- Then insert a Textbox in the report
- Write Expression to display data in the expressions for Textbox.
- Expression: =Count(Fields!EmployeeName.Value, "DataSet1")
HTH
No comments:
Post a Comment