Propriedade do RDL DataSetDefinition.WidthSensitivity
Gets a value that indicates whether the data in the dataset is width-sensitive.
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
Public Property WidthSensitivity As SensitivityEnum
Get
Set
'Uso
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)
Valor da propriedade
Tipo: ReportService2006.SensitivityEnum
A SensitivityEnum value.
Comentários
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 Omitindo valores para objetos de serviço Web opcionais.