Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the data is width sensitive.
Syntax
<DataSet Name="...">
...
<WidthSensitivity>...</WidthSensitivity>
...
</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 |
Hinweise
The value for the WidthSensitivity element is restricted to one of the strings listed in the following table.
| Value | Description |
|---|---|
True |
Data is width-sensitive. |
False |
Data is not width-sensitive. |
Auto |
The report server attempts to get information about width sensitivity from the data processing extension. If the extension cannot provide this information, the default value of WidthSensitivity is False. |
Siehe auch
Verweis
Report Definition XML Elements