I have changed the report Sales Invoice (206) and added some extra fields to display... The Print Preview shown shows the newly added field but the printed document do not contain it..
I have changed the report Sales Invoice (206) and added some extra fields to display... The Print Preview shown shows the newly added field but the printed document do not contain it..
Could you show us screenshot of Report Preview and printed document?
I have changed the report Sales Invoice (206) and added some extra fields to display... The Print Preview shown shows the newly added field but the printed document do not contain it..
Check the property smome thing like "Print on Last Page"
didnt it worked?
Set print on first page to false..
I set the footer part... print on first page to false
and i have invoice (3 pages)
page 1 --> not showing
page 2 --> showing
page 3 --> showing
this is still wrong
what i want is just showing only in the 3rd page
Have you already tried to create an if statement in the value of the hidden property of that textbox?
Maybe checking that the current page no. is equal to total page no.
I'm not sure that works.
firstly .. i put the Amount including VAT in table in body
and then I delete... i add textbox fill in Amount Including VAT
after that from the footer part pull the textbox i recently created
now it can show only in last page
thanks everyone
Comments
It works as expected... More or Less...
You can check this blog
http://blogs.msdn.com/b/nav/archive/2011/05/19/rdl-report-design-reportitems-and-why-are-fields-not-shown-in-the-header-when-printing-works-ok-in-preview.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
can we do that?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It works as expected... More or Less...
i pull using Amount Including VAT (from the header)
but i want to show it only in last page
It works as expected... More or Less...
i put it in table body... i hide it
and then i show in footer using ReportItems!
didnt it worked?
Set print on first page to false..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It works as expected... More or Less...
i put amount including VAT in the body
and then show it in the footer
and i have invoice (3 pages)
page 1 --> not showing
page 2 --> showing
page 3 --> showing
this is still wrong
what i want is just showing only in the 3rd page
Have you already tried to create an if statement in the value of the hidden property of that textbox?
Maybe checking that the current page no. is equal to total page no.
I'm not sure that works.
It works as expected... More or Less...
and then I delete... i add textbox fill in Amount Including VAT
after that from the footer part pull the textbox i recently created
now it can show only in last page
thanks everyone