共用方式為


WidthSensitivity 屬性

Indicates whether the data in the data set is width sensitive.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.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)