Свойство CalloutBackColor

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

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

Синтаксис

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

value = instance.CalloutBackColor
public ReportColor CalloutBackColor { get; }
public:
property ReportColor^ CalloutBackColor {
    ReportColor^ get ();
}
member CalloutBackColor : ReportColor
function get CalloutBackColor () : ReportColor

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

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