Hi,
I am migrating some VB6 reports to C# and I need some help.
When I set a list as the report datasource I need to know what page each element of the page is.
This can be when setting the datasource or after.
Let me give you an example:
I have a list with 50 people.
After I use this list as CR datasource I need to know which person is on page 1, 2....
The first page can have 12, 19, 30 people depending on the page size or the group they belong.
Can someone help me?