I'm using the GroupHeader_ItemDataBound method in my report to supress repeated grouped data like this:
data:
field1 field2 field3 field4
row 1 abc 123 def 456
row 2 789
row 3 222
In this case, the information in field1, field2 and field3 is supressed because it was all the same.
My requirement is such that if the page changes and the first record on the page would normally be
a record that Ii would be supressing, I need it to display. Can you tell me how I would determine this?
I saw that page relative reporting was on the "roadmap" for enhancements back in 2010.
Thanks,
Doug
data:
field1 field2 field3 field4
row 1 abc 123 def 456
row 2 789
row 3 222
In this case, the information in field1, field2 and field3 is supressed because it was all the same.
My requirement is such that if the page changes and the first record on the page would normally be
a record that Ii would be supressing, I need it to display. Can you tell me how I would determine this?
I saw that page relative reporting was on the "roadmap" for enhancements back in 2010.
Thanks,
Doug