Sunday, March 11, 2012

A single group spanning pages...

Is there any way to identify if a group is going to be split between pages?
I basically want to put a
"product XXX continued on next page..." at the bottom of the page if the
group is going to be split. Thanks in advance.
MichaelOn May 18, 10:10 am, Michael C <Micha...@.discussions.microsoft.com>
wrote:
> Is there any way to identify if a group is going to be split between pages?
> I basically want to put a
> "product XXX continued on next page..." at the bottom of the page if the
> group is going to be split. Thanks in advance.
> Michael
As far as I know, there is not; however, you could try using an
expression like follows to group by:
=Ceiling(RowNumber(Nothing)/NumberOfRowsPerPage)
And then set the table/matrix control to start each group on a new
page. Then you could check to determine how many rows are in the
dataset and divide those by NumberOfRowsPerPage to determine
(possibly) the number of pages to put the message on. Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||http://blogs.msdn.com/chrishays/archive/2006/09/27/ContinuedHeader.aspx
"Michael C" wrote:
> Is there any way to identify if a group is going to be split between pages?
> I basically want to put a
> "product XXX continued on next page..." at the bottom of the page if the
> group is going to be split. Thanks in advance.
> Michael
>

No comments:

Post a Comment