SensitivityEnum 열거형

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.

참고 항목

참조

ReportService2005 네임스페이스