Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Describes the sensitivity of a given type: kanatype, case, or accent.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Enumeration SensitivityEnum
'Применение
Dim instance As SensitivityEnum
public enum SensitivityEnum
public enum class SensitivityEnum
type SensitivityEnum
public enum SensitivityEnum
Элементы
| Имя элемента | Описание | |
|---|---|---|
| True | The type of sensitivity is supported. | |
| False | The type of sensitivity is not supported. | |
| Auto | The report server attempts to derive sensitivity by querying the data provider. |
Замечания
Use the SensitivityEnum enumeration with the AccentSensitivity, CaseSensitivity, KanatypeSensitivity, and WidthSensitivity properties of the DataSetDefinition.
If Auto is specified, the report server attempts to derive the sensitivity setting by querying the data provider. The value defaults to False if the data provider does not support the given sensitivity type.