combit List & Label 30 - .NET Help
combit.Reporting Namespace / DataBindingMode Enumeration


DataBindingMode Enumeration

Different available data binding modes.

Syntax
'Declaration
 
Public Enum DataBindingMode 
   Inherits System.Enum
 
Members
MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         combit.Reporting.DataBindingMode

Requirements

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

See Also