How to Print Multiple Copies in Report in AL of Microsoft Dynamics 365 Business Central
How to Print Multiple Copies in Report in AL of Microsoft Dynamics 365 Business Central (MSDYN365BC)? There are two parts in report AL Code RDL Layout (Similar to NAV). AL Code I have pasted the AL code for the Item List report. report 50129 ItemListReport { UsageCategory = ReportsAndAnalysis; ApplicationArea = All; CaptionML = ENU = 'AL Item List '; DefaultLayout = RDLC; RDLCLayout = './ItemListReport.rdl'; dataset { dataitem(Item; Item) { dataitem(CopyLoop; "Integer") { ...