Wednesday, March 28, 2012

Report Page Numbering ***Really Urgent****

I need to place on my report "Page # of #". How do I do this as Im unsure of
the number of pages my report will be.
Also have a problem with getting my header details for each report to show
on every page. Have a Name for report, then the start and end dates and a
logo. Haven't put them into actual Page Header Area as the start and end
date bit wont work that way. Any help is appreciated.Someone seemed to have a similar problem:
Find this group in google groups, search on "Data Header on every
page".
They are suggesting to use tables within lists.
HTH
Dom|||Thanks.
"Dom" wrote:
> Someone seemed to have a similar problem:
> Find this group in google groups, search on "Data Header on every
> page".
> They are suggesting to use tables within lists.
> HTH
> Dom
>|||Also, in VS.NET, you should see "page header" under the report menu,
try that to set a page header. You should be able to put in textboxes
for the name, dates, etc...
For your page number issue, add a textbox, edit its properties, and set
its value to ="Page " & Globals!PageNumber & " of " &
Globals!TotalPages
HTH
Dominique|||Super thanks
"Dom" wrote:
> Also, in VS.NET, you should see "page header" under the report menu,
> try that to set a page header. You should be able to put in textboxes
> for the name, dates, etc...
> For your page number issue, add a textbox, edit its properties, and set
> its value to ="Page " & Globals!PageNumber & " of " &
> Globals!TotalPages
> HTH
> Dominique
>|||Just to let you know what I have for a header. I have one txt box with Name
of Report, an Image Box with Company Logo and another txt box with the
following in it.
=First(Fields!DateFrom.Value, "DateRange") & "to " &
First(Fields!DateTo.Value, "DateRange")
Is this ok to have in a page header area of the report.
"Dom" wrote:
> Also, in VS.NET, you should see "page header" under the report menu,
> try that to set a page header. You should be able to put in textboxes
> for the name, dates, etc...
> For your page number issue, add a textbox, edit its properties, and set
> its value to ="Page " & Globals!PageNumber & " of " &
> Globals!TotalPages
> HTH
> Dominique
>|||Dear Nat:
Is this giving you an error?
If so, try putting it in the report header (at the top of the body)
Have a good night!

No comments:

Post a Comment