CaseSensitivity Element (RDL)
SQL Server 2005
Indicates whether the data is case sensitive.
The value for the CaseSensitivity element is restricted to one of the following strings.
| Value | Description |
|---|---|
|
True |
Data is case sensitive. |
|
False |
Data is not case sensitive. |
|
Auto |
The report server attempts to get case sensitivity from the data processing extension. If the extension cannot provide this information, the value of CaseSensitivity is set to False. |