次の方法で共有


ChartSmartLabelInstance.CalloutStyle プロパティ

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

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

構文

'宣言
Public ReadOnly Property CalloutStyle As ChartCalloutStyle 
    Get
'使用
Dim instance As ChartSmartLabelInstance 
Dim value As ChartCalloutStyle 

value = instance.CalloutStyle
public ChartCalloutStyle CalloutStyle { get; }
public:
property ChartCalloutStyle CalloutStyle {
    ChartCalloutStyle get ();
}
member CalloutStyle : ChartCalloutStyle
function get CalloutStyle () : ChartCalloutStyle

プロパティ値

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

関連項目

参照

ChartSmartLabelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間