Version

UseBindingSource Property

Indicates whether to use BindingSource to manage currency managers via ICurrencyManagerProvider implementation. Default value is true.
Syntax
'Declaration
 
Public Property UseBindingSource As Boolean
public bool UseBindingSource {get; set;}
Remarks
In CLR2.0 framework, a new BindingSource data source wrapper object was introduced that solved some performance issues with binding hierarchical data sources with high number of bands. However BindingSource introduced some incompatibilities with older behavior. You can use this property to fallback to not using BindingSource.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also