Options

RDLC Report save page number for later use in NAV 2013 R2

KrieckKrieck Member Posts: 11
edited 2014-07-25 in NAV Three Tier
One of our customers has an old version of a picking list report which needs to be transformed to NAV 2013 R2.
The report has different sections ('List of Customers', 'List of items/customer', 'List of Customers/Item', 'Total list items to get'). A temporary table is defined and filled different times for the sections.

In the OnPreSection of the 'List of items/customer' a record for the 'Total list items to get' is written with a field which gets value CurrReport.PageNo. This way in section 'Total list items to get', at the end of the print, is referred to a page no in the 'List of items/customer', earlier in the print.

Is there a way to get this done in NAV 2013 R2?

Comments

  • Options
    davmac1davmac1 Member Posts: 1,283
    If you need it to be a hard copy, then you can calculate the page number by having a fixed number of detail rows per page.
    If preview is okay, then you can use the new option of having a group index pane where the user can quickly browse on the list of items and select one and go to the detail on the report.
  • Options
    Wisa123Wisa123 Member Posts: 308
    Hi,

    Report Layouts aren't really meant to return something in the first place. I can also only suggest calculating the Page number based on the number of rows printed.
    Austrian NAV/BC Dev
Sign In or Register to comment.