次の方法で共有


ChartSmartLabel.CalloutStyle プロパティ

引き出し線を描画するときに使用するスタイルに評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property CalloutStyle As ReportEnumProperty(Of ChartCalloutStyle)
    Get
'使用
Dim instance As ChartSmartLabel 
Dim value As ReportEnumProperty(Of ChartCalloutStyle)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartCalloutStyle>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

ChartSmartLabel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間