Tag: NAV 2013 R2 RDLC Report Design

  • How to write custom code in NAV 2013 R2 Report layout design?

    You may want to add custom code to the RDLC report to do more actions than what’s already provided with the report functions. So it gives you a base for extending your report functionalities which can’t programmed in NAV report design environment. You may want to add custom code to implement simple string manipulation task…

  • Design Microsoft Dynamics Navision 2013R2 RDLC Report

    What is RDLC Report? The Report Definition Language (RDL) Data is a report component that is used by Microsoft Dynamics NAV to display the report in the Role Tailored client. Microsoft Visual Studio Report Designer is an external designer that is used to design the visual element (the RDL data) of a report. It is…