إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Indicates whether the data is accent sensitive.
Syntax
<DataSet Name="...">
...
<AccentSensitivity>...</AccentSensitivity>
...
</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 this element is restricted to one of the following strings.
| Value | Description |
|---|---|
True |
Data is accent sensitive. |
False |
Data is not accent sensitive. |
Auto |
The report server attempts to get accent sensitivity from the data processing extension. If the extension cannot provide this information, the value of the AccentSensitivity element is set to False. |
See Also
Reference
Report Definition XML Elements