'Declaration Public Enum DataSourceUpdatingEffects Inherits System.Enum
public enum DataSourceUpdatingEffects : System.Enum
Member | Description |
---|---|
Appearances | The 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. |
AppearancesAndIndicator | Combines the 'Appearances' and 'ShowIndicator' flags; appearances are applied and the busy state indicator is displayed. |
None | No visual effects are applied. |
ShowIndicator | A circular busy state indicator is displayed; clearing this flag removes the indicator. |
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.
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