report - Adding a pagefooter to custAccountStatementExt that will appear for every customer -


i have been asked modify customer account statement (custaccountstatementext) report in dynamics ax 2009. need add page footer each statement showing overdue balance @ different time intervals (ie 30, 60, 90 etc days overdue).

i have written display methods calculate these values , have added reportfooter section report not show.

if add code report epilogue works fine reasonably confident code correct.

it seems if page footers turned on , off required displaying of giro sections. have tried commenting out disable page footer code footer still not show.

is there way footer display on every page regardless of giro printing?

you need override method "executesection()" in section (pagefooter). within method, need figure out whether or not want show or not, , if want show it, you'll call "super()". otherwise won't.

take @ report "salesinvoice" , pagefooter named "prepaidtotalseuro". @ "executesection()"-method. don't confused boolean variable, there make sure footer printed on first page.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -