Design labels
A label is a logical page that is printed several times on a single physical page. For a report application that prints out labels, the report design document (.4rp) is the size of a single label.
A report program programmed to output labels expects the report design document to represent a single label.
- To code a Java report application that creates labels in a report format, see Create labels: the report application (Java).
- To code a .NET report application that creates labels in a report format, see Create labels: the report application (C#).
- To code a PHP report application that creates labels in a report format, see Create labels: the report application (PHP).
- To code a Swift report application that creates labels in a report format, see Create labels: the report application (Swift).
Example
See the OrderLabels.4rp report in the OrderReport demo application.