Udostępnij przez


Właściwość ChartSmartLabel.CalloutBackColor

Pobiera wyrażenie koloru wypełnienia pola wokół punktu tekst etykiety po CalloutStyle jest Box().

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property CalloutBackColor As ReportColorProperty
    Get
'Użycie
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