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.
Describes the sensitivity of a given type: kanatype, case, width, or accent.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SensitivityEnum
'Usage
Dim instance As SensitivityEnum
[SerializableAttribute]
public enum SensitivityEnum
[SerializableAttribute]
public enum class SensitivityEnum
[<SerializableAttribute>]
type SensitivityEnum
public enum SensitivityEnum
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| True | The type of sensitivity is supported. | |
| False | The type of sensitivity is not supported. | |
| Auto | The report server tries to derive sensitivity by querying the data provider. |
Hinweise
Use the SensitivityEnum enumeration together with the AccentSensitivity, CaseSensitivity, KanatypeSensitivity, and WidthSensitivity properties of the DataSetDefinition class.
If Auto is specified, the report server tries to derive the sensitivity setting by querying the data provider. The value is set to False if the data provider does not support the given sensitivity type.