Condividi tramite


Proprietà ChartSmartLabel.CalloutBackColor

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CalloutBackColor As ReportColorProperty 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Vedere anche

Riferimento

ChartSmartLabel Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering