Свойство Disabled

Gets the calculated value of the Disabled property in a ChartSmartLabel class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Disabled As Boolean
    Get
'Применение
Dim instance As ChartSmartLabelInstance
Dim value As Boolean

value = instance.Disabled
public bool Disabled { get; }
public:
property bool Disabled {
    bool get ();
}
member Disabled : bool
function get Disabled () : boolean

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Disabled property.