共用方式為


DataSetDefinition.WidthSensitivity 屬性

Gets a value that indicates whether the data in the dataset is width-sensitive.

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

語法

'宣告
Public Property WidthSensitivity As SensitivityEnum 
    Get 
    Set
'用途
Dim instance As DataSetDefinition 
Dim value As SensitivityEnum 

value = instance.WidthSensitivity

instance.WidthSensitivity = value
public SensitivityEnum WidthSensitivity { get; set; }
public:
property SensitivityEnum WidthSensitivity {
    SensitivityEnum get ();
    void set (SensitivityEnum value);
}
member WidthSensitivity : SensitivityEnum with get, set
function get WidthSensitivity () : SensitivityEnum 
function set WidthSensitivity (value : SensitivityEnum)

屬性值

型別:ReportService2010.SensitivityEnum
A SensitivityEnum value.

備註

The value for the WidthSensitivity property has a corresponding WidthSensitivitySpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see 省略選擇性 Web 服務物件的值.

請參閱

參考

DataSetDefinition 類別

ReportService2010 命名空間