Bagikan melalui


SensitivityEnum Enumeration

Describes the sensitivity of a given type: kanatype, case, width, or accent.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Enumeration SensitivityEnum
'Usage
Dim instance As SensitivityEnum
public enum SensitivityEnum
public enum class SensitivityEnum
type SensitivityEnum
public enum SensitivityEnum

Members

Member name Description
Auto The report server tries to derive sensitivity by querying the data provider.
False The type of sensitivity is not supported.
True The type of sensitivity is supported.

Remarks

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.

See Also

Reference

ReportService2006 Namespace