Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Indicates whether the data is case sensitive.
Syntax
<DataSet Name="...">
...
<CaseSensitivity>...</CaseSensitivity>
...
</DataSet>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String |
Default value |
Auto |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
| Relationship | Element |
|---|---|
Parent element |
|
Child element |
None |
Remarks
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. |
See Also
Reference
Report Definition XML Elements