I am using List & Label 23 in a .NET Framework WinForms application, I want to surface to the user the number of times each label should have been printed by getting the ‘Number of Copies’ property the user has set in the Layout dialog of the Label Template Designer.
Is there a method call I can use to access this property or the printer settings as a whole in this version of List & Label?
Hello Daniel and welcome to the List & Label Forum
In recent versions of List & Label you can set the number of copies in the Designer directly (Enabling Individual Copies and Form Feeds for Labels | Reporting Blog) and use LL.LabelCopyCount to output this number. In version 23, this feature is not available, unfortunately and there is no way to get the selected copy count when using data binding.