共用方式為


SensitivityEnum 列舉

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

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
Public Enumeration SensitivityEnum
'用途
Dim instance As SensitivityEnum
public enum SensitivityEnum
public enum class SensitivityEnum
type SensitivityEnum
public enum SensitivityEnum

成員

成員名稱 說明
True The type of sensitivity is supported.
False The type of sensitivity is not supported.
Auto The report server tries to derive sensitivity by querying the data provider.

備註

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.

請參閱

參考

ReportService2006 命名空間