Version

DataSourceUpdatingEffects Enumeration

Flagged enumeration which contains a constant for each of the visual effects available to depict the 'updating' state.
Syntax
'Declaration
 
Public Enum DataSourceUpdatingEffects 
   Inherits System.Enum
public enum DataSourceUpdatingEffects : System.Enum 
Members
MemberDescription
AppearancesThe appearance for the 'Updating' state is applied to each element for which such an appearance is defined. Clear this flag to disable the application of these appearances.
AppearancesAndIndicatorCombines the 'Appearances' and 'ShowIndicator' flags; appearances are applied and the busy state indicator is displayed.
NoneNo visual effects are applied.
ShowIndicatorA circular busy state indicator is displayed; clearing this flag removes the indicator.
Remarks

When the control is awaiting a response from the OLAP server, the user interface is essentially locked.

The control exposes numerous appearance properties which are applied when the control is in this state, and also displays a busy state indicator.

These flags provide a way for the developer to customize the appearance of the control when it is in the busy state.

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