Свойство Enabled

Gets the calculated value of the Enabled property in a ChartTickMarks class.

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

Синтаксис

'Декларация
Public ReadOnly Property Enabled As ChartAutoBool
    Get
'Применение
Dim instance As ChartTickMarksInstance
Dim value As ChartAutoBool

value = instance.Enabled
public ChartAutoBool Enabled { get; }
public:
property ChartAutoBool Enabled {
    ChartAutoBool get ();
}
member Enabled : ChartAutoBool
function get Enabled () : ChartAutoBool

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

Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAutoBool
A ChartAutoBool value that represents the calculated value of the Enabled property.