Expand Minimize
This topic has not yet been rated - Rate this topic

SensitivityEnum Enumeration

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
public enum SensitivityEnum
Member nameDescription
TrueThe type of sensitivity is supported.
FalseThe type of sensitivity is not supported.
AutoThe 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.