Partager via


Propriété CalloutBackColor

Gets an expression that evaluates to the fill color of the box around the point label text when the CalloutStyle is Box()()()().

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CalloutBackColor As ReportColorProperty
    Get
'Utilisation
Dim instance As ChartSmartLabel
Dim value As ReportColorProperty

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