If you add a row number field to the binding you should be able to do
this with page variables. See the attached example that illustrates the
concept.
Jason
On 7/19/2011 2:29 PM, ms wrote:
> Hello:
>
> I wonder if there's a way of getting the range of row numbers of a
> report. I want to include the range in the table header of my report.
>
> For example, let's say we have a report of 5 pages and each page has 25
> rows. The range of number of rows would be as the following:
>
> Page Range of row numbers
> 1 1 - 25
> 2 26 - 50
> 3 51 - 75
> 4 76 - 100
> 5 101 - 125
>
>
> How can I display in the header of my report the range of row numbers?