This is a migrated thread and some comments may be shown as answers.

Display the footer at the last page only

3 Answers 948 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fadi
Top achievements
Rank 1
Fadi asked on 31 Jan 2013, 11:25 AM

I have an invoice with multiple pages, I want to display the invoice summary an the bottom of the last page (or the footer of the last page) only.

I tried to set the summary in the body, but sometimes it shows in the middle of the page depending on the data available.

I am using C# language and creating Windows Application

How could i do it?
thanks.


3 Answers, 1 is accepted

Sort by
0
Hadib Ahmabi
Top achievements
Rank 1
answered on 01 Feb 2013, 12:32 PM
You can't.
0
Muhammad
Top achievements
Rank 1
answered on 18 May 2013, 12:58 AM
Hi,

You can display a summary box at the last page just place your summary box in a page-footer. 

1) Click on the bindings property of the page footer.
2) Select new from edit bindings.
3) Select visible from the property path.
4) write the expression =Page.Count = PageNumber
5) Close, save and run the report.

your summary box will appear at the last page only.

Thanks,

Muhammad
0
Shareefudheen
Top achievements
Rank 1
answered on 05 Sep 2017, 04:16 AM

Pls use as :-

Click on the field  and go to property

Click expression window of Visible property

type :- "if (pagecount()) = page(),1,0)

Tags
General Discussions
Asked by
Fadi
Top achievements
Rank 1
Answers by
Hadib Ahmabi
Top achievements
Rank 1
Muhammad
Top achievements
Rank 1
Shareefudheen
Top achievements
Rank 1
Share this question
or