WidthSensitivity propriété
Gets a value that indicates whether the data in the dataset is width-sensitive.
Espace de noms : ReportService2006
Assembly : ReportService2006 (dans ReportService2006.dll)
Syntaxe
'Déclaration
Public Property WidthSensitivity As SensitivityEnum
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : ReportService2006. . :: . .SensitivityEnum
A SensitivityEnum value.
Notes
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 Omission de valeurs pour les objets de service Web facultatifs.
Voir aussi