SensitivityEnum Enum

Definition

Specifies the sensitivity of a given type: Kanatype, Case, Width, or Accent.

public enum class SensitivityEnum
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public enum SensitivityEnum
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type SensitivityEnum = 
Public Enum SensitivityEnum
Inheritance
SensitivityEnum
Attributes

Fields

Auto 2

The report server tries to derive sensitivity by querying the data provider.

False 1

The type of sensitivity is not supported.

True 0

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.

Applies to