共用方式為


CalloutBackColor 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property CalloutBackColor As ReportColorProperty
    Get
'用途
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