SensitivityEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Enumeration SensitivityEnum
public enum SensitivityEnum
public enum class SensitivityEnum
public enum SensitivityEnum
public enum SensitivityEnum

Members

Member name Description
Auto The report server attempts 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 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace