SensitivityEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the sensitivity of a given type: kanatype, case, or accent.
public enum class SensitivityEnum
public enum SensitivityEnum
type SensitivityEnum =
Public Enum SensitivityEnum
- Inheritance
-
SensitivityEnum
Fields
Name | Value | Description |
---|---|---|
True | 0 | The data provider supports the given sensitivity type. |
False | 1 | The data provider does not support the given sensitivity type. |
Auto | 2 | The sensitivity is Auto. |
Remarks
Use the SensitivityEnum enumeration with the AccentSensitivity, CaseSensitivity, KanatypeSensitivity, and WidthSensitivity properties of the DataSetDefinition.
If Auto
is specified, the report server attempts to derive the sensitivity setting by querying the data provider. The value defaults to False
if the data provider does not support the given sensitivity type.