public enum DataBindingMode : System.Enum
public enum class DataBindingMode : public System.Enum
'Declaration
Public Enum DataBindingMode Inherits System.Enum
Different available data binding modes.
Member | Description |
---|---|
Compatible | Data is passed via a class that implements IDataProvider. In this mode, only one report container can be used. Use this mode only if required for very special compatibility scenarios. |
DelayLoad | Data is passed via a class that implements IDataProvider. In this mode, multiple report containers can be used. All data is passed just in time when needed by the Designer or print engine. This is the default value for the DataBindingMode property. |
Preload | Data is passed via a class that implements IDataProvider. In this mode, multiple report containers can be used. All data will be passed before opening the Designer or printing. |
System.Object
System.ValueType
System.Enum
combit.Reporting.DataBindingMode
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