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


In This Topic
    DataBindingMode Enumeration
    In This Topic

    Different available data binding modes.

    Syntax
    'Declaration
     
    
    Public Enum DataBindingMode 
       Inherits System.Enum
    public enum DataBindingMode : System.Enum 
    public enum class DataBindingMode : public 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 7, .NET 8

    See Also