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