This topic has not yet been rated - Rate this topic

CaseSensitivity Element (RDL)

SQL Server 2005

Indicates whether the data is case sensitive.


<DataSet Name="...">
    ...
    <CaseSensitivity>...</CaseSensitivity>
    ...
</DataSet>

Characteristic Description

Data type and length

String

Default value

Auto

Cardinality

0-1: Optional element that can occur once or not at all.

Relationship Element

Parent element

DataSet

Child element

None

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ