次の方法で共有


ChartSmartLabelInstance.CalloutLineStyle プロパティ

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

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

構文

'宣言
Public ReadOnly Property CalloutLineStyle As ChartCalloutLineStyle 
    Get
'使用
Dim instance As ChartSmartLabelInstance 
Dim value As ChartCalloutLineStyle 

value = instance.CalloutLineStyle
public ChartCalloutLineStyle CalloutLineStyle { get; }
public:
property ChartCalloutLineStyle CalloutLineStyle {
    ChartCalloutLineStyle get ();
}
member CalloutLineStyle : ChartCalloutLineStyle
function get CalloutLineStyle () : ChartCalloutLineStyle

プロパティ値

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

関連項目

参照

ChartSmartLabelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間