Udostępnij przez


Właściwość ChartSmartLabel.Disabled

Wskazuje, należy wyłączyć inteligentne etykiety.

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

Składnia

'Deklaracja
Public Property Disabled As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of Boolean)

value = instance.Disabled

instance.Disabled = value
public ReportExpression<bool> Disabled { get; set; }
public:
property ReportExpression<bool> Disabled {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member Disabled : ReportExpression<bool> with get, set
function get Disabled () : ReportExpression<boolean>
function set Disabled (value : ReportExpression<boolean>)