Udostępnij za pośrednictwem


Właściwość DataSetBase.WidthSensitivity

Wskazuje, czy szerokość poufnych danych.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property WidthSensitivity As WidthSensitivities
    Get
    Set
'Użycie
Dim instance As DataSetBase
Dim value As WidthSensitivities

value = instance.WidthSensitivity

instance.WidthSensitivity = value
public WidthSensitivities WidthSensitivity { get; set; }
public:
property WidthSensitivities WidthSensitivity {
    WidthSensitivities get ();
    void set (WidthSensitivities value);
}
member WidthSensitivity : WidthSensitivities with get, set
function get WidthSensitivity () : WidthSensitivities
function set WidthSensitivity (value : WidthSensitivities)