Header and footer info not being refreshed in RTC
rhardoyal
Member Posts: 78
Hi,
I have created a new report in navision and when viewing the reports, on each page the header changes and the body contents also and this is working fine. however, when I run the same report in RTC (modified the rdlc report layout in visual studio), the header is not being displayed properly. What happens is that we get only 1 header and footer info and only the body contents are being well.
Any help on this please.
thanks,
rizwana
I have created a new report in navision and when viewing the reports, on each page the header changes and the body contents also and this is working fine. however, when I run the same report in RTC (modified the rdlc report layout in visual studio), the header is not being displayed properly. What happens is that we get only 1 header and footer info and only the body contents are being well.
Any help on this please.
thanks,
rizwana
0
Answers
-
can you show us the rdlc report and preview screenshots?0
-
Hi,
Please find attached a sample from RTC. Will add from classic also in another message. Max attachment = 3
thanks,
Rizwana0 -
-
You want to print footer on each page?0
-
Hi,
it's header on every page and footer on last page only. When I run the report, say there are 5 customers.
Customer 1 - 2 pages
Customer 2 - 1 page
Customer 3 - 3 pages
Customer 4 - 1 page
Customer 5 - 4 pages.
Normally in classic, when the report is run, it is displayed as
Customer 1 with header on both pages, and footer on Page 2 and the page number are Page 1 and Page 2 on each page
Customer 2 & 4 with header and footer on same page and page number as Page 1
Customer 3 with header on all 3 pages, footer on Page 3 (last page) and the pages are numbered as Page 1, Page 2, Page 3
Customer 5 with header on all 4 pages, footer on Page 4 (last page) and pages are numbered as page 1, Page 2, Page 3, Page 4
But in RTC it is being displayed as follows:
On each page the header are appearing but with data from Customer 5.
The footer is being displayed on last page, i.e. Page 11 and the results are for customer 5
the pages are being numbered from Page1, Page2, ect till Page 11
On all pages, am getting the same info regarding the header info. it is not breaking the report into each customer detail.
Thanks,
Rizwana0 -
I hope you have done grouping also in rdlc report and used group header and footer..0
-
no, how to do that. Any link or example please
Thanks,
Rizwana0 -
have a look at this link
http://msdn.microsoft.com/en-us/library/dd338753.aspx
Search the forum, you can get more help..0 -
thanks a lot got it working now using group header and footer :thumbsup:0
-
Welcome \:D/0
-
is there a way to print page footer only in last page
so i create invoice, i want... last page there is a section for signature
another thing is ...
page 1 ....n have more items than last page
for example every page should have 15 items, and last page only 10 items, because the section will used for signature part0 -
Did you try by putting signature section in Page Footer and play with properties like print on first page and print on last page?0
-
mohana_cse06 wrote:Did you try by putting signature section in Page Footer and play with properties like print on first page and print on last page?
yes....
what i want is print only in last page
when play the properties print on first page and print on last page
it only affect first page and last page
not affecting the page between them (i test using document that consumed 3 pages)0 -
Did you try setting the following expressions for the “Visibilty->Hidden” properties of the page footer:
=IIF(Globals!PageNumber = Globals!TotalPages, False, True))
0 -
mohana_cse06 wrote:Did you try setting the following expressions for the “Visibilty->Hidden” properties of the page footer:
=IIF(Globals!PageNumber = Globals!TotalPages, False, True))
ah... i should try this one
thanks0 -
mohana_cse06 wrote:Did you try setting the following expressions for the “Visibilty->Hidden” properties of the page footer:
=IIF(Globals!PageNumber = Globals!TotalPages, False, True))
Mohana,
unfortunately, in page footer there is no hidden properties
0 -
julkifli33 wrote:mohana_cse06 wrote:Did you try setting the following expressions for the “Visibilty->Hidden” properties of the page footer:
=IIF(Globals!PageNumber = Globals!TotalPages, False, True))
Mohana,
unfortunately, in page footer there is no hidden properties

I have to check this..
what about individual fields visibility/0 -
individual visibility?
hmmmm i think it's not working
even though they will not showing in pages, but still consumed the section (in the footer part)0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 324 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
