DataSetDefinition.WidthSensitivity Property

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Property WidthSensitivity As SensitivityEnum
    Get
    Set
'Usage
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)

Property Value

Type: ReportService2005.SensitivityEnum
A SensitivityEnum value.