public enum LlAutoMasterMode : System.Enum
public enum class LlAutoMasterMode : public System.Enum
'Declaration
Public Enum LlAutoMasterMode Inherits System.Enum
The data transfer type is determined with the help of the property AutoMasterMode. The underlying enumeration provides the following values:
Member | Description |
---|---|
AsFields | Master and Detail data are both declared as fields. In this manner, you can create group formation, statistics, and overviews. |
AsVariables | The master data is declared as variables and the detail data as fields. The project is reset internally by means of LlPrintResetProjectState, according to each master data record. In this manner, you can print several identical reports with different data one after the other, in a single print job, e.g. multiple invoices. |
None | No Master Detail Relations are evaluated. |
System.Object
System.ValueType
System.Enum
combit.Reporting.LlAutoMasterMode
Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9