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 선택적 웹 서비스 개체에 대한 값 생략.