Working With Master Detail Records

In conjunction with data binding and list projects, List & Label can automatically analyze and transfer relationships existing between multiple tables.

The type of data transfer is defined using the AutoMasterMode property. The underlying enumeration provides for the following values:

      None: No master-detail relations are analyzed.

      AsFields: Master and detail data are registered in parallel as fields. This makes it possible to realize groups, statistics and overviews.

      AsVariables: The master data is registered in the form of variables and the detail data in the form of fields, respectively. After each master data set, the project is reset internally with LlPrintResetProjectState(). This makes it possible to use a single print job for printing in a row several identical reports containing different data, for example, multiple invoices.

Please also note the examples included for data binding.