AccentSensitivities 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.
Specifies whether the data is accent sensitive.
public enum class AccentSensitivities
public enum AccentSensitivities
type AccentSensitivities =
Public Enum AccentSensitivities
- Inheritance
-
AccentSensitivities
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Indicates that the report server should attempt to derive the value from the data provider when the report is run. |
True | 1 | Indicates that the data is accent sensitive. |
False | 2 | Indicates that the data is not accent sensitive. |