Header and Footer information in RDLC Reports

jordi79jordi79 Member Posts: 277
Below is documentation from MS on how to create Report Headers and footers in Dynamics NAV (especially for document type reports, such as Invoice, PO etc)

https://docs.microsoft.com/en-us/dynamics-nav/how-to--print-report-header-information-on-multiple-pages

The above MS documentation instructs us to use the Report Header and Footer, and to use SETDATA and GETDATA to put information into the Header and Footer.

My question is, why can't we use Report GroupHeader and GroupFooters to do the same?

Jordi

Best Answer

Answers

  • jordi79jordi79 Member Posts: 277
    Yes. I remembered now. The main reason was the Page No.

    And somehow, I got it to work, with GroupHeaders and GroupFooters because I placed only the page no. as Report Header. But the addresses and other header information as GRoupHeader. But I guess if the customer requires you to place the page nos. below the addresses, then this would not work.

    Thanks.
Sign In or Register to comment.