CalloutBackColor プロパティ

ChartSmartLabel クラスの CalloutBackColor プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property CalloutBackColor As ReportColor
    Get
'使用
Dim instance As ChartSmartLabelInstance
Dim value As ReportColor

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
CalloutBackColor プロパティの計算値を表す ReportColor 値。