CalloutLineStyle プロパティ

引き出し線のスタイル。

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

構文

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

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