Condividi tramite


Enumerazione SensitivityEnum

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

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Enumeration SensitivityEnum
'Utilizzo
Dim instance As SensitivityEnum
[SerializableAttribute]
public enum SensitivityEnum
[SerializableAttribute]
public enum class SensitivityEnum
[<SerializableAttribute>]
type SensitivityEnum
public enum SensitivityEnum

Membri

Nome membro Descrizione
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.

Osservazioni

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.

Vedere anche

Riferimento