Поделиться через


Свойство 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 Пропуск значений для необязательных объектов веб-службы.

См. также

Справочник

DataSetDefinition Класс

Пространство имен ReportService2010