Counting rows of a data source

Stimulsoft Reports.NET discussion
Post Reply
albloshi
Posts: 14
Joined: Wed Sep 01, 2010 5:39 am
Location: K.S.A

Counting rows of a data source

Post by albloshi »

I av a datasource that is filled with some data. I av following columns
CodeNo,
Description

I showed these columns then at the end I want THE COUNT OF CODES
MEans

TOTAL NO. OF ITEMS ARE 4

My Expression is like
"TOTAL NO. OF ITEMS ARE {Count(Datasource.CodeNo)}"

but its not working

I anticipate quick response.

thanx all
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Counting rows of a data source

Post by Alex K. »

Hello,

Use the following expression:

Code: Select all

TOTAL NO. OF ITEMS ARE {Totals.Count(Datasource.CodeNo)}
Thank you.
Post Reply