次の方法で共有


ChartSmartLabel.CalloutBackColor プロパティ

CalloutStyle が 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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
ReportColorProperty オブジェクト。

関連項目

参照

ChartSmartLabel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間