SensitivityEnum Enumeration
Describes the sensitivity of a given type: kanatype, case, width, or accent.
Assembly: ReportService2010 (in ReportService2010.dll)
| Member name | Description | |
|---|---|---|
| Auto | ||
| False | ||
| True |
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.
Show: